Re: [users@httpd] Help check my config for server section

2022-11-11 Thread support
I finally use this config: ServerAdmin webmaster@localhost ServerName mail.openmbox.net DocumentRoot /var/www/snappy ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Options None AllowOverride None Requ

Re: [users@httpd] Help check my config for server section

2022-11-11 Thread Frank Gingras
That config snippet has no effect on php; that being said, you many two issues so far: 1) You don't need to use mod_rewrite to redirect, mod_alias with Redirect suffices 2) You do not want to mix 2.2 and 2.4 authz directives. Remove the 2.2 directives, and unload the mod_access_compat module On F

[users@httpd] Help check my config for server section

2022-11-11 Thread support
I think I need to read httpd's doc carefully. Before doing that can you help check my this config (for php primarily) are going without issue? Thanks in advance. root@mail:/etc/apache2/sites-enabled# cat webmail.conf |grep -v '#' ServerAdmin webmaster@localhost ServerName mail.