Re: [users@httpd] vhost names on logs

2011-07-11 Thread Jeroen Geilman
On 2011-07-11 15:52, Eric Covener wrote: On Mon, Jul 11, 2011 at 8:02 AM, Josu Lazkano wrote: Hello list, I want to configure a lo system and I need to get the vhost name on the log files to separate them. See about adding %v and %V http://httpd.apache.org/docs/current/mod/mod_log_config.htm

Re: [users@httpd] vhost names on logs

2011-07-11 Thread Yehuda Katz
On Mon, Jul 11, 2011 at 9:52 AM, Eric Covener wrote: > On Mon, Jul 11, 2011 at 8:02 AM, Josu Lazkano > wrote: > > Hello list, I want to configure a lo system and I need to get the vhost > name > > on the log files to separate them. > > > See about adding %v and %V > http://httpd.apache.org/docs/

Re: [users@httpd] vhost names on logs

2011-07-11 Thread Eric Covener
On Mon, Jul 11, 2011 at 8:02 AM, Josu Lazkano wrote: > Hello list, I want to configure a lo system and I need to get the vhost name > on the log files to separate them. > See about adding %v and %V http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats to your LogFormat. ---

[users@httpd] Proxy authentication

2011-07-11 Thread Petr Hracek
Dear users, I have problems with proxy authorization and I could not image where is a problem. Configuration in my : SSLEngine on SSLProxyEngine on ProxyRequests off RewriteEngine on RewriteCond %{REQUEST_METHOD} ^TRACE RewriteMap pages txt:/opt/httpd2/conf/pages.txt RewriteRule ^/([^/]+)$

[users@httpd] RE: vhost names on logs

2011-07-11 Thread Ashwin Kesavan
Hi Josu, The more easier way which any newbie can do trouble free is to have separate log files for each of the virtual host section and name the log file based on the vhost name. That way you can achieve what you desired. I am not sure if this solves your problem. Post more details on what you

[users@httpd] HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-11 Thread Barry Scott
We are porting our application to Fedora 15 and to systemd from SysV init. The httpd configuraturation we are using work without problem on earlier Fedora 13 systems. We are hitting an odd problem with httpd handling requests on localhost:80 over IPv4. The configuration allows access without authe

[users@httpd] vhost names on logs

2011-07-11 Thread Josu Lazkano
Hello list, I want to configure a lo system and I need to get the vhost name on the log files to separate them. Is it possible to do that? I am using Apache2 on a Ubuntu system, this is my vhost configuration: ErrorLog /var/log/apache/domain1/error.log LogLevel warn Cust