[EMAIL PROTECTED] Reg. Permissions problem

2006-08-01 Thread vivek k
Hi All, I am Vivek. I am faced with a problem regarding an applications which runs under Redhat Linux. The application userid is dts and groupid being dtsprod. The Apache server httpd runs as wwwsvr and when it tries to execute the application this application creates a log file wth

[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

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 IfModule !mpm_netware_module directive, with 'User user' and 'Group group'. I am using Apache2.2 though. -Original Message-

[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, of

[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

[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

[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.. VirtualHost 172.16.101.119:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/proxy1/wwwroot CustomLog

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 can

[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

[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

[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 Proxy * Order deny,allow Allow from

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

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

[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

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

[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

[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

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

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

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

[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