Custom HTTPD Configurations question

jerry2005

Verified User
Joined
May 13, 2005
Messages
92
Location
Netherlands
Hi there,

I want to change:

Options +Includes -Indexes

in

Options +Includes +Indexes

This is located here:


<Directory /home/domains/xxx.xx/public_html>
Options +Includes -Indexes
php_admin_flag engine ON
php_admin_flag safe_mode OFF
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
</Directory>



If i change the - in a + with shell access(ssh) in the file:

Include /usr/local/directadmin/data/users/xxxxxx/httpd.conf

Then DA will reverse this adjustment after a day..

How do i do this with the DA panel ?????? (i am the admin)
 
If your trying to set this for everybody, I would recommend modifying the template then rewriting everything.

http://help.directadmin.com/item.php?id=2

You MUST make changes through DirectAdmin's Custom HTTPD Configuration page if you don't want DirectAdmin to overwrite the changes. And unfortunately, the way it's setup you can only add to the httpd.conf you can't edit or remove without modifying the template.
 
Back
Top