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
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/
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.
---
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 ^/([^/]+)$
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
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
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