[EMAIL PROTECTED] Permission Issues in python cgi scripts on Apache 2.2 on OSX Leopard

2008-11-14 Thread Dan Yamins
I'm a total Apache newbie and I'm having two permissions-related related problems. I've set up local virtual host set up to serve a local directory that a project of mine is in. In this directory, I have some python .cgi scripts. In several places, scripts that work fine when not run as .cgi sc

[EMAIL PROTECTED] security bug in Apache regarding SSI and symbolic links?

2008-11-14 Thread Paul B. Henson
Last month I had a problem where SSI appeared to be ignoring the SymlinkIfOwnerMatch configuration directive. I opened a bug, and eventually discovered what appears to be a problem in the ap_directory_walk function, where reusing cached directory information bypasses the symbolic link check. I th

Re: [EMAIL PROTECTED] A simple, probably configuration problem

2008-11-14 Thread Tolga Guver
yes it is being loaded with the line : LoadModule userdir_module modules/mod_userdir.so thanks, tolga On 11/14/08 4:38 PM, Justin Pasher wrote: Tolga Guver wrote: Hi, I have just setup an apache server in which i want one general page linked to the users own web pages in their home direct

[EMAIL PROTECTED] WebDAV and VirtualHosts **sorry if this is a duplicate**

2008-11-14 Thread Kailas Narendran
Hi! I'm trying to get webdav folders to work on my webserver. I've got 2 virtual hosts served off one IP. I've enabled virtual hosts by the instructions by creating a file with the host name in /etc/apache2/sites-available/ (for example) /etc/apache2/sites-available/mysite.org /etc/apache2/sit

[EMAIL PROTECTED] VirtualHosts and WebDAV

2008-11-14 Thread Kailas Narendran
Hi! I'm trying to get webdav folders to work on my webserver. I've got 2 virtual hosts served off one IP. I've enabled virtual hosts by the instructions by creating a file with the host name in /etc/apache2/sites-available/ (for example) /etc/apache2/sites-available/mysite.org /etc/apache2/sit

Re: [EMAIL PROTECTED] Apache 2.10 doesnt upgrade

2008-11-14 Thread William A. Rowe, Jr.
rocio mejia wrote: > could it be /because I have OSX 10.3.9 and only supports up to apache2.0.59? With respect to sendfile and several other features, 10.3 is simply weak. If you want 2.2 (2.10 - wtf you talking about, willis?) then you probably should jump up to 10.5.current. --

Re: [EMAIL PROTECTED] Apache 2.10 doesnt upgrade

2008-11-14 Thread rocio mejia
It's from Finkproject website what I wrote about MAC versions . I did check for httpd/apachectl  and , yes, I have more than one but I made sure no httpd process   were running and when upgrading apache and pass the apache path with ./configure -prefix /sw/etc/apache2. By the way, I want to uni

Re: [EMAIL PROTECTED] Apache 2.10 doesnt upgrade

2008-11-14 Thread Evan Platt
rocio mejia wrote: could it be /because I have OSX 10.3.9 and only supports up to apache2.0.59? I don't know.. Is that from Mac's website or is that stated on Apache's website? If that were the case, you'd have different problems than what you're describing. I read this in fink page. I trie

Re: [EMAIL PROTECTED] Apache 2.10 doesnt upgrade

2008-11-14 Thread Dan Udey
If you've updated through Fink, then you'll need to make certain you're running the version from /sw/ and not the versions in /usr/ or / usr/local/ - you can test this by running this command: ps auxw | grep apache If you see a list of /sw/sbin/apache2 processes, you're running Fink's versi

Re: [EMAIL PROTECTED] Apache 2.10 doesnt upgrade

2008-11-14 Thread rocio mejia
could it be /because I have OSX 10.3.9 and only supports up to apache2.0.59? I read this in fink page. I tried to upgrade with source files and through fink no error msg but version doesnt change. Give me a clue ? pls --- El vie, 14/11/08, Evan Platt <[EMAIL PROTECTED]> escribió: De: Evan Platt <

Re: [EMAIL PROTECTED] Load Balancer Manager

2008-11-14 Thread Dan Udey
1) Check the error log. When apache disables a worker it will log why. This will probably tell you what's going on. 2) It's possible Apache is disabling it because either it's not ready when it first tries (i.e. maybe it's starting up) or because it took too long to return a request. In this

Re: [EMAIL PROTECTED] A simple, probably configuration problem

2008-11-14 Thread Justin Pasher
Tolga Guver wrote: Hi, I have just setup an apache server in which i want one general page linked to the users own web pages in their home directories. I setup the httpd.conf so that users public_html folders be accessible : # UserDir disable UserDir public_html however when i try t

[EMAIL PROTECTED] Load Balancer Manager

2008-11-14 Thread Vicky Crowley
Hi, I am attempting to set up the load balancer manager for 2 workers. I am able to access the web interface for the Balancer Manager. When I click on the worker, I get Edit worker settings for http://box2:7789 Load factor: LB Set: Route: Route Redirect: Status: Disabled: | Enabled:

Re: [EMAIL PROTECTED] File too large: An error occurred while writing to a resource

2008-11-14 Thread Eric Covener
On Fri, Nov 14, 2008 at 5:09 PM, Ali, Saqib <[EMAIL PROTECTED]> wrote: > I am getting the following error msg when transferring a 3GB file to a > Apache server using WebDAV: > "File too large: An error occurred while writing to a resource" > > What gives? > > I running: > > OS: Red Hat Enterprise L

Re: [EMAIL PROTECTED] Apache 2.10 doesnt upgrade

2008-11-14 Thread Evan Platt
rocio mejia wrote: I upgraded Apache from 2.0.59 to 2.10 but version still shows 2.0.59 Any ideas why this? I did all the steps make, make install many times ... Umm With as vague as a question as that is, my guess is you have more than one copy of apache, and your path is pointing to the

[EMAIL PROTECTED] Apache 2.10 doesnt upgrade

2008-11-14 Thread rocio mejia
I upgraded Apache from 2.0.59 to 2.10 but version still shows 2.0.59 Any ideas why this? I did all the steps make, make install many times ...

[EMAIL PROTECTED] File too large: An error occurred while writing to a resource

2008-11-14 Thread Ali, Saqib
I am getting the following error msg when transferring a 3GB file to a Apache server using WebDAV: "File too large: An error occurred while writing to a resource" What gives? I running: OS: Red Hat Enterprise Linux ES release 4 (Nahant Update 6) Kernel: 2.6.9-55.0.6.ELsmp #1 SMP Server version:

Re: [EMAIL PROTECTED] encodings getting decoded...

2008-11-14 Thread André Warnier
Hi. In my opinion, it is a *very* bad idea to use the user's input to create a filename on your system, even if you filter out some characters. You will always forget something, and some malignant user will always find a way to make your application write to "../../../../etc/passwd" or " > /

[EMAIL PROTECTED] a rather tricky mod_rewrite problem?

2008-11-14 Thread morgan gangwere
Howdy! Coming back from haitus of using Apache. I've got a tricky question... How would one go about having it so that mod_auth and mod_rewrite talk to one anther like this: i have the file structure /var/svn/ It is to be used for WebDAV svn access -- its attached on the server to /svn/ I want it

Re: [EMAIL PROTECTED] encodings getting decoded...

2008-11-14 Thread Dan Udey
For safety's sake, I generally restrict URLs to numbers, letters, underscores, and dashes. Remove apostrophes and quotes, replace any other characters with underscores, and compress consecutive underscores. Lowercasing everything is not a bad idea either. So http://test.com/Testfile_"Test's

Re: [EMAIL PROTECTED] encodings getting decoded...

2008-11-14 Thread Rick Bragg
I'm using the latest FireFox on Linux. I am building a web application where these URL's are created dynamically based on a users input in a "title" field. I am filtering their input and encoding it, I guess it would be best to just delete them with the filter. Is there a list of all these chara

[EMAIL PROTECTED] Adding mod_ssl to existing Apache installation(2.0.55)

2008-11-14 Thread Vijay
Sorry folks for resending the same mail (I did not include a proper subject information in my prior posting) Hi, I am looking forward to some suggstions from this user group on how to add ssl module to existing apache2.0.55 server. I have an existing Apache2.0.55 installation and would like to

[EMAIL PROTECTED] A simple, probably configuration problem

2008-11-14 Thread Tolga Guver
Hi, I have just setup an apache server in which i want one general page linked to the users own web pages in their home directories. I setup the httpd.conf so that users public_html folders be accessible : # UserDir disable UserDir public_html however when i try to access to a users we

[EMAIL PROTECTED] Re: WELCOME to users@httpd.apache.org

2008-11-14 Thread Vijay
Hi, I am looking forward to some suggstions from this user group on how to add ssl module to existing apache2.0.55 server. I have an existing Apache2.0.55 installation and would like to add SSL functionality. httpd -l shows mod_ssl module not installed. I am trying understand how I can add mod_

Re: [EMAIL PROTECTED] encodings getting decoded...

2008-11-14 Thread Dan Udey
Sounds like a browser issue. My browser (Safari) doesn't do that. Are you using Internet Explorer? Try another browser. Also, it's bad practice to have non-URL-safe characters in the URL, encoded or not. On 14-Nov-08, at 11:16 AM, Rick Bragg wrote: Hi, I have a problem with file name enc

Re: [EMAIL PROTECTED] tomcat as an email server

2008-11-14 Thread Davide Bianchi
Doug McNutt wrote: >> Received: (from [EMAIL PROTECTED]) > tomcat seems to be a new - at least to me - part of the apache web > server. Tomcat is a pretty old java application server, my reading is that that machine has some vulnerable script/application that is used to send out spam. Contact his

[EMAIL PROTECTED] encodings getting decoded...

2008-11-14 Thread Rick Bragg
Hi, I have a problem with file name encodings in URL's, and I don't know if it is a browser or a server issue I have a file like this: http://test.com/Testfile_%22Test%27s%22.html but when I try to browse to it, it gets re-written to the following and causes a 404. http://test.com/Testfile_"Te

[EMAIL PROTECTED] Apache+modssl+openssl compiling (UNCLASSIFIED)

2008-11-14 Thread French, Warron S CTR DISA NS
Classification: UNCLASSIFIED Caveats: NONE I have been trying for the past 3 weeks to get following compiled all together: I used the following software source tarballs Apache_1.3.41 Mod_ssl-2.8.31_1.3.41 Openssl-0.9.8i Libmcrypt-2.5.8 MySQL-5.0.67 PHP-5.2.6 At first I figured I would use a

[EMAIL PROTECTED] tomcat as an email server

2008-11-14 Thread Doug McNutt
I have been finding spam with a first received header like this: Received: (from [EMAIL PROTECTED]) by 171.157.180.109 (8.12.8/8.12.8/Submit) id j1CHmn0V898482 for [EMAIL PROTECTED]; Sat, 8 Nov 2008 20:14:50 -0100 With a week's worth of filtering on "[EMAIL PROTECTED]" I have

Re: [EMAIL PROTECTED] Demande % Forward Proxy

2008-11-14 Thread Krist van Besien
2008/11/14 olivier giorgi <[EMAIL PROTECTED]>: > Bonjour, > > Pourriez vous s'il vous plaît me renseigner sur le point suivant. > > Schéma: > > Client -> Forward Proxy (Apache) -> Serveur1 / Serveur2 > > Serveur1 et Serveur2 sont accessibles via une connexion sécurisée > (certificat embarqué). > >

[EMAIL PROTECTED] Demande % Forward Proxy

2008-11-14 Thread olivier giorgi
Bonjour, Pourriez vous s'il vous plaît me renseigner sur le point suivant.Schéma:Client -> Forward Proxy (Apache) -> Serveur1 / Serveur2Serveur1 et Serveur2 sont accessibles via une connexion sécurisée (certificat embarqué).https://Serveur1:2000/URI1https://Serveur2:2001/URI2Comment dois je con

[EMAIL PROTECTED] Apache with IPv6 support on Windows

2008-11-14 Thread Ravindra
Hi, I have been trying to use Apache 2.0.59 and Apache 2.2.10 with IPv6 support on Windows but no luck. Has anyone been successful in setting any of these versions up for IPv6 on Windows ? Apache 2.2.10 with IPv4 support works fine on Windows but with IPv6 support it does not work. I hit exactly