Custom HTTPD Configurations, is that normal?

janton

Verified User
Joined
Sep 17, 2009
Messages
145
Hello,

I got two problems..:eek:


First:
When i created a new domain, it looks like it took the same httpd configuration from my first domain. So i see a wrong mail adres in sendmail and a wrong public_html... Only the strange thing is.. my website is working fine! and it's not in the public_html i see in Admin Level --> Custom HTTPD Configurations --> seconddomain.com

Is this normal?


Second:
In Custom httpd directory, also like the story above only now for my first domain, i got a mail adres i would like to change, because i see;

php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'

And this is has to change to:
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'

Where can i do this or how can i do this?


I hope somebody knows the answer, because i can't find how to edit this?
 
Custom httpd.conf settings can only be made on a per user basis, not on a per domain basis. There are examples in these forums and elsewhere on the 'net which show how to use conditionals in httpd.conf.

Jeff
 
oK THX Jeff!

I will google for some conditionals in httpd.conf.
I did not no that, but i'm a starter.. and learning

I will report some if i found some nice information!
 
Back
Top