Sunday, December 7, 2008

creating virtual dir in httpd.conf

Listen 8080

ServerName 192.168.113.65
DocumentRoot /abc/ud/www
ErrorLog /abc/ud/logs/error
CustomLog /abc/ud/logs/access combinedplus
ScriptAlias /cgi-bin/ "/abc/ud/cgi-bin/"

SetEnv ABC_BASE_DIR /abc/usd
SetEnv ABC_BASE_CURRENCY UD


Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all



AllowOverride None
Options None
Order allow,deny
Allow from all

No comments: