Re: [EMAIL PROTECTED] Using ExtFilterDefine to filter the output of a CGI command (Apache 2.2)

2008-03-06 Thread Vladimir Vanuukov
Just realized that the cgi script that is not getting filtered is a nph (non-parsed-headers) script. Other scrips in the same directory get filtered just fine. Any idea how to enable filtering for nph scripts? Joshua Slive wrote: On Fri, Feb 29, 2008 at 3:48 PM, Vladimir Vanuukov <[EMAIL PROT

Re: [EMAIL PROTECTED] Using ExtFilterDefine to filter the output of a CGI command (Apache 2.2)

2008-03-06 Thread Vladimir Vanuukov
I have tried both of those things and its doesn't help, there are no messages in the Log files and even when i use SetOutputFilter vlads it still does not filter, does anyone have any ideas? Joshua Slive wrote: On Fri, Feb 29, 2008 at 3:48 PM, Vladimir Vanuukov <[EMAIL PROTECTED]> wrote:

Re: [EMAIL PROTECTED] mod_rewrite to point to subdomain

2008-03-06 Thread Joshua Slive
On Thu, Mar 6, 2008 at 2:19 PM, John Donaldson <[EMAIL PROTECTED]> wrote: > > I have several sites with URLs like main.server.com/mydir1/page1 and would > like to use subdomains so people could have their own personal domain that > maps to their directory. For the above example, I'd like to use >

Re: [EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-06 Thread Greg W. Smith
Lloyd -- thanks for all your help. Lari revealed the following: # lari httpd libgcc_s.so.1 => (file not found) libgcc_s.so.1 => (file not found) [2:0]: __ashldi3(): /usr/local/lib/libgcc_s.so.1 [2:0P]: __ashldi3(): httpd [2:0]: __ashrdi3(): /usr/local/lib/libgcc_s.so.1 [2:0P]: __ashrdi3(): httpd

[EMAIL PROTECTED] mod_rewrite to point to subdomain

2008-03-06 Thread John Donaldson
I have several sites with URLs like main.server.com/mydir1/page1 and would like to use subdomains so people could have their own personal domain that maps to their directory. For the above example, I'd like to use subdomain.server.com/page1, but it actually pulls the content from main.server.com/m

Re: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-06 Thread Danie Qian
Have you considered the possibility of using some kind of file management software in PHP? - Original Message - From: Tim Edwards To: users@httpd.apache.org Sent: Thursday, March 06, 2008 1:25 PM Subject: [EMAIL PROTECTED] how would I serve up an upload/download directory for

Re: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-06 Thread Joshua Slive
On Thu, Mar 6, 2008 at 1:25 PM, Tim Edwards <[EMAIL PROTECTED]> wrote: > I'm trying to use Apache to essentially replicate the functionality of our > FTP server (we've found a lot of customers have corporate policies/firewalls > stopping them accessing FTP but not http/s). The idea is that each cu

[EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-06 Thread Tim Edwards
Hi, I'm trying to use Apache to essentially replicate the functionality of our FTP server (we've found a lot of customers have corporate policies/firewalls stopping them accessing FTP but not http/s). The idea is that each customer has a Linux user created for them and can login with Apache se

[EMAIL PROTECTED] getting setup with apache2/modperl2: odd problem with status codes

2008-03-06 Thread yoder
Hi, I'm trying to get setup with apache2/modperl2 and am seeing an odd problem that I can't seem to find a resource/faq help on. Dropping in mod_perl2 seems to change the status code of a simple CGI script: use CGI; use CGI::Carp qw(fatalsToBrowser); # show fatal error messages

Re: [EMAIL PROTECTED] Adding WebDAV folder as network place in Windows XP

2008-03-06 Thread Joshua Slive
On Thu, Mar 6, 2008 at 6:21 AM, Richard Smith <[EMAIL PROTECTED]> wrote: > Hi, > > I've had s webdav folder added using a local address > (http://192.168.0.23:81/path) but recently tried to add that via it's > external address, XP gave the error "The folder you entered does not appear > to be valid

[EMAIL PROTECTED] Adding WebDAV folder as network place in Windows XP

2008-03-06 Thread Richard Smith
Hi, I've had s webdav folder added using a local address ( http://192.168.0.23:81/path) but recently tried to add that via it's external address, XP gave the error "The folder you entered does not appear to be valid. Please choose another.". But if I out the port number from the address it accepts

RE: [EMAIL PROTECTED] permission on /var/www & /var/www/html

2008-03-06 Thread Boyle Owen
> -Original Message- > From: Hiep Nguyen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 4:52 PM > To: Apache Users > Cc: [EMAIL PROTECTED] > Subject: [EMAIL PROTECTED] permission on /var/www & /var/www/html > > hi all, > > assume apache runs under apache user/group and i hav