PDA

View Full Version : Custom HTTPD Configurations, is that normal?



janton
12-15-2009, 03:29 PM
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 erik@firstdomain.com'

And this is has to change to:
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f support@firstdomain.com'

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?

nobaloney
12-16-2009, 06:30 PM
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

janton
12-19-2009, 05:07 AM
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!