RE: [EMAIL PROTECTED] Using env vars to compliment logging

2006-08-01 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Joshua Slive > Sent: Wednesday, August 02, 2006 1:31 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Using env vars to compliment logging > > On 8/1/06, Dan Trainor <[EMAIL PROTECTED]>

Re: [EMAIL PROTECTED] Confused with VirtualHosts & Global ServerName/DocumentRoot

2006-08-01 Thread Brandon Fosdick
Boyle Owen wrote: > Then the only "global" directives (ie, outside VHs) should be those that > are truly global and meant to apply to all VHs. I tend to follow the same policy, however I've noticed that when I don't set a global ServerName I get startup errors like "httpd: Could not reliably det

RE: [EMAIL PROTECTED] Confused with VirtualHosts & Global ServerName/DocumentRoot

2006-08-01 Thread Boyle Owen
> -Original Message- > From: Ro BGCT [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 02, 2006 8:04 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Confused with VirtualHosts & Global > ServerName/DocumentRoot > > Hello, > > I'm confused on how to setup named-based virtu

RE: [EMAIL PROTECTED] message /var/logs/messages

2006-08-01 Thread Boyle Owen
> -Original Message- > From: Mididoc Productions [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 01, 2006 6:02 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] message /var/logs/messages > > hello, > > my name is mike roland and i have a question as i'm a new learner: > >

RE: [EMAIL PROTECTED] sh permission denied

2006-08-01 Thread Boyle Owen
> -Original Message- > From: Mark McDowall [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 01, 2006 2:36 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] sh permission denied > > I am new to apache and am having problems. > > The problem that I am having is that when I run

[EMAIL PROTECTED] flock and accept http filter

2006-08-01 Thread Chris
Hi I am running the following configuration freebsd 6.1 accept http and accept data filters in kernel apache 2.2.3 php 5.1.4 eaccelerator 1.5b2 prefork mpm keepalive off mysql 4.1 the server runs apache normally for a random amount of time usually short 5-30mins and then suddenly all the process

[EMAIL PROTECTED] Confused with VirtualHosts & Global ServerName/DocumentRoot

2006-08-01 Thread Ro BGCT
Hello, I'm confused on how to setup named-based virtual hosts correctly. I know that the first directive will be the default one, but what am I supposed to do with the global ServerName, DocumentRoot, etc. Wouldn't it be redundant to have them listed again in the first ? If it is supposed to

[EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-01 Thread David Pratt
Hi I have a couple of questions. I am trying to set up my ssl on zope3 with apache2. I have zope (twisted) running on port 8080 and a secure server running on port 8443. My sites are folders in the zope root. The virtual host setup is below. The virtual hosts work fine on port 80 using www.myd

Re: [EMAIL PROTECTED] Child pid

2006-08-01 Thread Joshua Slive
On 8/1/06, Mididoc Productions <[EMAIL PROTECTED]> wrote: hello, all, could anybody tell me please what this message in apache error_log means: [Tue Aug 1 22:33:20 2006] [notice] child pid 78700 exit signal Segmentation fault (11) thanks for a tip Something bad happened. In specific, there

Re: [EMAIL PROTECTED] Using env vars to compliment logging

2006-08-01 Thread Joshua Slive
On 8/1/06, Dan Trainor <[EMAIL PROTECTED]> wrote: Hello, all - For sake of trying to sound clever, I'll just flat-out say what I'm looking for, instead of using a real example. We use a wildcard approach in a VirtualHost container to accept requests, and it works quite well. However, I am havi

AW: [EMAIL PROTECTED] Child pid

2006-08-01 Thread Mididoc Productions
hello, all, could anybody tell me please what this message in apache error_log means: [Tue Aug 1 22:33:20 2006] [notice] child pid 78700 exit signal Segmentation fault (11) thanks for a tip mike - The official User-To-User s

[EMAIL PROTECTED] Using env vars to compliment logging

2006-08-01 Thread Dan Trainor
Hello, all - For sake of trying to sound clever, I'll just flat-out say what I'm looking for, instead of using a real example. We use a wildcard approach in a VirtualHost container to accept requests, and it works quite well. However, I am having trouble making logs for each actual server n

[EMAIL PROTECTED] Can't get mod_rewrite to do anything

2006-08-01 Thread Ken Schutte
Hi, I'm using apache2 on Debian, and have the following in /etc/apache2/apache2.conf, LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so RewriteLog /var/log/apache2/rewrite_log RewriteEngine On RewriteRule ^/index.html /index.php I don't get any errors on apache2 start, but the r

Re: [EMAIL PROTECTED] URL Rewriting with proxy-html

2006-08-01 Thread Nick Kew
On Tuesday 01 August 2006 17:24, Errol Neal wrote: > > ProxyHTMLURLMap / /usaf/ > ProxyHTMLExtended on That combination is bad news, for the reasons you've seen. You can stop it applying that rule to your scripts using the flags to ProxyHTMLURLMap. If you need to rewrite

Re: [EMAIL PROTECTED] mod_rewrite issue

2006-08-01 Thread Joshua Slive
On 8/1/06, SOPRO <[EMAIL PROTECTED]> wrote: Hi friends! I have an aplication hosted on a JBOSS server that must receive an id as argument. This id will make the application load the correct template for the typed URL. Eg.: For URL 'client1.app.mydomain.com', the application will load the templa

[EMAIL PROTECTED] mod_rewrite issue

2006-08-01 Thread SOPRO
Hi friends! I have an aplication hosted on a JBOSS server that must receive an id as argument. This id will make the application load the correct template for the typed URL. Eg.: For URL 'client1.app.mydomain.com', the application will load the template for 'client1'. I trying to do something l

Re: [EMAIL PROTECTED] apache 2.2 and mod_auth_pam

2006-08-01 Thread Nick Kew
On Tuesday 01 August 2006 20:07, Jason Keltz wrote: > I am trying to upgrade from running mod_auth_pam on the Apache 1.3.X > series to mod_auth_pam on the Apache 2.2.X series. I see that the > authentication and authorization has changed in Apache from the 2.1 > series. I was able to successfully

Re: [EMAIL PROTECTED] Detailed steps to build a module for Windows

2006-08-01 Thread Steffen
Building for the first time Apache and mods can give hassles. So, I build it for you against Apache 2.2.x Download at http://www.apachelounge.com/download/mods/mod_xsendfile-0.8-w32.zip When you need it for the old 2.0.x contact me OL. Steffen - Original Message - From: "Jose Adriano

[EMAIL PROTECTED] configuring a balancer in httpd.conf

2006-08-01 Thread DM
Hi, I'm trying to get Apache to forward all it's requests to either one of two Tomcat processes. I can get Apache to forward the requests to a single Tomcat using the following settings in httpd.conf: ### ProxyRequests Off Order deny,allow Allow from all Prox

[EMAIL PROTECTED] apache 2.2 and mod_auth_pam

2006-08-01 Thread Jason Keltz
I am trying to upgrade from running mod_auth_pam on the Apache 1.3.X series to mod_auth_pam on the Apache 2.2.X series. I see that the authentication and authorization has changed in Apache from the 2.1 series. I was able to successfully compile the mod_auth_pam module for Apache 2.0.X, but I

[EMAIL PROTECTED] Detailed steps to build a module for Windows

2006-08-01 Thread Jose Adriano Baltieri
I have seen a module called mod_xsendfile (http://celebnamer.celebworld.ws/stuff/mod_xsendfile/) and I need to put it to run along with Apache under Windows. Since that module is not distributed ready for that, I wonder if someone else can help me to get there. Unfortunatelly, I need detaile

Re: [EMAIL PROTECTED] Reg. Permissions problem

2006-08-01 Thread Christian Folini
On Mon, Jul 31, 2006 at 11:15:13PM -0700, vivek k wrote: > When the Apache server tries to modify the file it > is gving > permission denied error in the error_log file. > > Is there a way of solving this problem ? Can i > configure the Webserver to run as userID dts. As mentioned before you

[EMAIL PROTECTED] URL Rewriting with proxy-html

2006-08-01 Thread Errol Neal
I'm having trouble getting proxy-html to behave the way I want it to. It's rewriting comments and touching parts of the html that permit our flash stuff to work.. ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/proxy1/wwwroot CustomLog "|/usr/local/sbin/cronolog /var/w

[EMAIL PROTECTED] Firefox - 'partially encrypted' SSL

2006-08-01 Thread Declerck Michael-W30479
Hello, My system is Ubuntu 6.06 and Apache 2.2 with mod_ssl. I have a problem with Firefox which says that the client-server interaction is only partially encrypted. The message from the Firefox says exactly: Connection Partially Encrypted Parts of the page you are viewing were not encrypted befo

[EMAIL PROTECTED] message /var/logs/messages

2006-08-01 Thread Mididoc Productions
hello, my name is mike roland and i have a question as i'm a new learner: we have a vps server and find a message in /var/logs/messages which we don't understand: Aug 1 00:05:52 mail vsapd[27368]: untie attempted while 1 inner references still exist at /usr/local/lib/perl5/vendor_perl/5.8.4/VSA

[EMAIL PROTECTED] SOT : SELinux Interference

2006-08-01 Thread Rob Wilkerson
In this case, I know what the problem is - SELinux - but I'm hoping someone can help me understand why it's happening for my own edification. I have a webroot that's outside of the "standard" webroot: /opt/projects/htdocs. I have Apache configured to recognize that directory and allow access, o

RE: [EMAIL PROTECTED] Reg. Permissions problem

2006-08-01 Thread Declerck Michael-W30479
> Can i configure the Webserver to run as userID dts. You can configure the web server to run as whomever you choose. You can change the user and group within the directive, with 'User ' and 'Group '. I am using Apache2.2 though. -Original Message- From: vivek k [mailto:[EMAIL PROTECT

[EMAIL PROTECTED] sh permission denied

2006-08-01 Thread Mark McDowall
I am new to apache and am having problems. The problem that I am having is that when I run a cgi script (Python), it is able to return the information from the MySQL database, but when it is asked to run an external program (clustalw), it is unable to find the command. When I run the scripts thro