Welcome, Guest
Please Login or Register.
Lost Password?
How to change default Apache home dir in Webmin ? (1 viewing)
Post Reply

TOPIC: How to change default Apache home dir in Webmin ?

#16434
smirnoffvodka (User)
Posts: 1
graphgraph
How to change default Apache home dir in Webmin ? 2008/09/20 09:53  
How to change default Apache home dir in Webmin ?

ServerName ${DOM}
ServerAlias www.${DOM}
DocumentRoot ${HOME}/public_html
ErrorLog ${HOME}/logs/error_log
CustomLog ${HOME}/logs/access_log combined
ScriptAlias /cgi-bin/ ${HOME}/cgi-bin/
DirectoryIndex index.html index.htm index.php index.php4 index.php5
<Directory ${HOME}/public_html>
Options -Indexes IncludesNOEXEC FollowSymLinks
allow from all
AllowOverride All
</Directory>
<Directory ${HOME}/cgi-bin>
allow from all
</Directory>
  The administrator has disabled public write access.
Post Reply
get the latest posts directly to your desktop

Talk and Get Help

Support
Forums
Bugs and Issues

Get Virtualmin

OS Support
Buy Online
Download
Copyright 2005-2007 Virtualmin, Inc. All rights reserved.