Displaying 20 results from an estimated 128 matches for "customlog".
2008 Apr 09
2
apache log directives
Does anyone know of a way to specify a CustomLog file name in apache
based on the vhost? for example, I have 10 vhosts and instead of giving
each one a CustomLog directive and specifying a different log file I'd
like to do something in global that does the same thing, ala
vhost elvis
customlog elvis.log
vhost king
customlog king.log
becom...
2016 Jun 24
1
haproxy + Apache + virtual hosts -> wrong host is displayed
....0.1:8080
The /etc/httpd/conf/httpd.conf binds Apache
to port 8080 and serves several Wordpress sites:
Listen 127.0.0.1:8080
ServerName 144.76.184.151
<VirtualHost 127.0.0.1:8080>
DocumentRoot /var/www/html/afarber.de
ServerName afarber.de
ErrorLog logs/afarber.de/error_log
CustomLog logs/afarber.de/access_log common
</VirtualHost>
<VirtualHost 127.0.0.1:8080>
DocumentRoot /var/www/html/ruhrgebietsingle.de
ServerName ruhrgebietsingle.de
ErrorLog logs/ruhrgebietsingle.de/error_log
CustomLog logs/ruhrgebietsingle.de/access_log common
</VirtualHost&...
2016 May 13
2
httpd config issue on CentOS 7
Migrating a website from CentOS 6 ot 7. I try to fire up apache, and it
fails, complaining of a directive:
CustomLog logs/internal.oir.cit_ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
I'm googling, but I'd be happy if someone who knows apache more deeply
could tell me what's wrong with that - am I missing a package I need to
ins...
2016 Dec 02
2
Handling argument for an intrinsic
...g = "# XRay Custom Log.";
+ let usesCustomInserter = 1;
+ let hasSideEffects = 1;
+}
Example IR for the graph above
===========
define i32 @caller() nounwind noinline uwtable
"function-instrument"="xray-always" {
%logentryptr = alloca i8
call void @llvm.xray.customlog(i8* %logentryptr)
ret i32 0
}
declare void @llvm.xray.customlog(i8*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161202/e2aeaf3c/attachment.html>
2007 Sep 08
8
SVN and Rails problem
...nf relating to the domain:
---HTTPD.CONF---------------------------
<VirtualHost 75.126.60.178:80>
ServerName fapbox.com
ServerAlias www.fapbox.com
DocumentRoot /home/fapbox/current/public
ServerAdmin admin-oXF/OrpwZ1rQT0dZR+AlfA@public.gmane.org
UseCanonicalName Off
CustomLog /usr/local/apache/domlogs/fapbox.com combined
CustomLog /usr/local/apache/domlogs/fapbox.com-bytes_log "%{%s}t %I
.\n%{%s}t %O ."
<IfModule !mod_disable_suexec.c>
SuexecUserGroup fapbox fapbox
</IfModule>
ScriptAlias /cgi-bin/ /home/fapbox/public_html/c...
2007 Jan 25
6
NOT FOUND error
...h bMSIE !no-gzip !gzip-only-text/html
# Uncomment for deflate debugging
#DeflateFilterNote Input input_info
#DeflateFilterNote Output output_info
#DeflateFilterNote Ratio ratio_info
#LogFormat ''"%r" %{output_info}n/%{input_info}n (%{ratio_info}n%%)'' deflate
#CustomLog logs/mosaic_deflate_log deflate
-----
myapp.conf:
<VirtualHost myapp.tld:80>
Include /etc/rails/myapp.common
# This is required to convince Rails (via mod_proxy_balancer) that we''re
# actually using HTTPS.
RequestHeader set X_FORWARDED_PROTO ''https'...
2010 Nov 16
4
easy httpd's problem
...erAdmin gitserver
DocumentRoot /
<Directory />
Options Indexes FollowSymLinks includes
order allow,deny
AllowOverride None
allow from all
</Directory>
ServerName dummy-host.example.com
ErrorLog logs/dummy-host.example.com-error_log
CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
I just make sure the the CenterRepo directory belong to the www-date group which run by httpd ,why can't I still access that directory?
Thanks for your help!
2010-11-16
49163653
-------------- next part --------------...
2014 Feb 06
3
Virtual Hosts question
...tualHost *:80>
ServerName IDoNotExist.com
DocumentRoot /var/www/html
DirectoryIndex Index.html index.html
</VirtualHost>
<VirtualHost *:80>
ServerName X.com
ServerAlias www.X.com
DocumentRoot /var/www/wordpress
DirectoryIndex Index.html index.html index.php Index.php
CustomLog logs/access_log_custom common
</VirtualHost>
============== httpd.conf ==============
========Tail of error.log ==================
[Thu Feb 06 10:25:48 2014] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
[Thu Feb 06 10:25:48 2014] [notice] Digest: generating secret for diges...
2006 Jun 22
9
Again on Apache 2
...ost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:*>
ServerAdmin giulio@troccoli.it
DocumentRoot /home/webmaster/troccoli.it
ServerName www.troccoli.it
ErrorLog logs/troccoli.it-error_log
CustomLog logs/troccoli.it-access_log common
</VirtualHost>
<VirtualHost *:*>
ServerAdmin giulio@troccoli.it
DocumentRoot /home/webmaster/troccoli.it/spagnolo
ServerName spagnolo.troccoli.it
ErrorLog logs/spagnolo-error_log
CustomLog logs/spagnolo-access_log common
<Lo...
2009 Jan 28
4
Call Recording Alias
Modified httf.conf file and added :
------------------------------------------------------
Alias /recordings/ "/var/spool/asterisk/monitorDONE/"
<Directory "/var/spool/asterisk/monitorDONE">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Created a folder under vicidial as recordings.
FULL_RECORDING is also enabled.
2016 Feb 29
4
Problems with ProxyPass to a local ip (using SSL)
...4 to port 5100 in its local ip. But I am doing some mistakes because every time I'm receiving a loop error.
My actual httpd's config for this virtualhost is:
NameVirtualHost 192.168.1.5:444
<VirtualHost 192.168.1.5:444>
ServerName myweb01.local.domain
ErrorLog logs/ssl_error.log
CustomLog logs/ssl_access.log combined
CustomLog logs/ssl_request.log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
LogLevel info
SSLEngine on
SSLProxyEngine On
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!ADH:!EXPORT56:!EXP:!eNULL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2...
2013 Aug 22
1
ssl ofloading on amazon ELB for puppetmasters
...E_ADDR=$1
SetEnvIf X-Forwarded-Proto "https" HTTPS=1
SSLProxyEngine On
# Proxy all requests that start with things like /production/certificate to
the CA
ProxyPassMatch ^/([^/]+/certificate.*)$ https://puppetlb.aws.*.co.nz:8141/$1
Errorlog /var/log/httpd/puppetmaster.error.log
CustomLog /var/log/httpd/puppetmaster.access.log combined
</VirtualHost>
puppetca
Listen 8140
<VirtualHost *:8140>
SSLEngine off
# Obtain Authentication Information from Client Request Headers
SetEnvIf X-Client-Verify "(.*)" SSL_CLIENT_VERIFY=$1
SetE...
2012 Oct 18
2
Different return codes on exec during puppet agent run vs command line Windows
...ename:\"IIS-ASP\"
/featurename:\"IIS-ASPNET\" /featurename:\"IIS-BasicAuthentication\"
/featurename:\"IIS-CGI\"
/featurename:\"IIS-ClientCertificateMappingAuthentication\"
/featurename:\"IIS-CommonHttpFeatures\" /featurename:\"IIS-CustomLogging\"
/featurename:\"IIS-DefaultDocument\"
/featurename:\"IIS-DigestAuthentication\"
/featurename:\"IIS-DirectoryBrowsing\"
/featurename:\"IIS-HealthAndDiagnostics\"
/featurename:\"IIS-HostableWebCore\"
/featurename:\"IIS-HttpCompres...
2005 Dec 12
3
how do I set up separate log files/AWstats instances for a virtual host web server?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
I've configured my server to to host multiple sites on a single IP
address, when
2009 Sep 20
2
SSL and virtual hosts?
...to use SSL with
this one:
<VirtualHost *:80>
ServerAdmin info at microlinux.fr
DocumentRoot /var/www/html/microlinux
ServerName buildbox.presbytere.local
ServerAlias microlinux.buildbox.presbytere.local
ServerAlias microlinux.buildbox
ErrorLog logs/microlinux-error_log
CustomLog logs/microlinux-access_log common
</VirtualHost>
The key and certificate files are located in /etc/certs:
# ls -lh /etc/certs
total 12K
-rw-r--r-- 1 root root 981 sep 20 11:06 microlinux.crt
-rw-r--r-- 1 root root 716 sep 20 11:04 microlinux.csr
-rw-r--r-- 1 root root 887 sep 20 11:11 micro...
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
...t; <Directory /usr/share/puppet-dashboard/public/>
> Options None
> Order allow,deny
> allow from all
> </Directory>
> #ErrorLog /var/log/apache2/dashboard.example.com_error.log
> LogLevel warn
> #CustomLog /var/log/apache2/dashboard.example.com_access.log combined
> ServerSignature On
> </VirtualHost>
The only thing I can think of is that I had connected via IP Address, not
FQDN. So I''ve updated DNS but unfortunately I don''t have control over my
employer''s...
2008 Oct 07
6
https problems
I''m having a problem but don''t know what is causing it so I don''t know
exactly where to post, please bear with me.
I''m trying to set up https access however whenever I go to https://url_for_site
the root route renders but the url is rewritten to http://url_for_site.
The ssl request shows in the apache logs but obviously no further ssl
requests show up.
2005 Jun 05
4
How to reach listeners behind corporate firewall
...do this.
2. If you run a webserver on the 80 port, you can set up the webserver
to relay the stream through it. If you use apache, you need something
like this in your httpd.conf:
<VirtualHost IP_ADDRESS>
ServerName stream.company.com
ErrorLog /var/log/apache/stream_error.log
CustomLog /var/log/apache/stream_access.log combined
ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.0.1:8000/
</VirtualHost>
After this the users can connect to
http://stream.company.com:80/[stream_path].
This case in the stream's log all connections come from 127.0.0....
2006 Dec 21
4
my apache 2.2 conf
I just finished updating our internal site, which hosts multiple Rails
apps, to Apache 2.2.3. It also has a TWiki rewritten into the root,
ViewVC mounted on /cvs, and /server-status and /server-info.
<VirtualHost *:80>
ServerName int.example.com
ServerAlias int
CustomLog /var/www/logs/int.example.com/access.log combined
ErrorLog /var/www/logs/int.example.com/error.log
[...]
## Application Server
# APP1
<Proxy balancer://app1>
BalancerMember http://127.0.0.1:11001
</Proxy>
Alias /app1 /production/app1/public
<Directory /produc...
2016 Feb 29
0
Problems with ProxyPass to a local ip (using SSL)
...doing some mistakes because every time I'm receiving a loop error.
>
> My actual httpd's config for this virtualhost is:
>
> NameVirtualHost 192.168.1.5:444
> <VirtualHost 192.168.1.5:444>
> ServerName myweb01.local.domain
> ErrorLog logs/ssl_error.log
> CustomLog logs/ssl_access.log combined
> CustomLog logs/ssl_request.log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
> LogLevel info
> SSLEngine on
> SSLProxyEngine On
> SSLProtocol -ALL +SSLv3 +TLSv1
> SSLCipherSuite ALL:!ADH:!EXPORT56:!EXP:!eNULL:!aNULL:RC4+...