Re: [EMAIL PROTECTED] Apache with SSL

2006-05-17 Thread Rainer Sokoll
On Thu, May 18, 2006 at 11:07:59AM +0530, Kaushal Shriyan wrote: > Hi All > > Anyone - when I try starting Apache directly (outsie of samon using: > apachectl sslstart) I get the error: > > [EMAIL PROTECTED] apache]$ ./bin/apachectl sslstart > /oap//blogsdev/blogs_as3/apache/bin/httpd: error whil

Re: [EMAIL PROTECTED] Apache with SSL

2006-05-17 Thread William A. Rowe, Jr.
apachectl does something like . bin/envvars; bin/httpd to load the path variables. You can't start httpd w/o it. Kaushal Shriyan wrote: Hi All Anyone - when I try starting Apache directly (outsie of samon using: apachectl sslstart) I get the error: [EMAIL PROTECTED] apache]$ ./bin/apachectl

[EMAIL PROTECTED] Apache with SSL

2006-05-17 Thread Kaushal Shriyan
Hi All Anyone - when I try starting Apache directly (outsie of samon using: apachectl sslstart) I get the error: [EMAIL PROTECTED] apache]$ ./bin/apachectl sslstart /oap//blogsdev/blogs_as3/apache/bin/httpd: error while loading shared libraries: libaprutil-0.so.0: cannot open shared object file:

Re: [EMAIL PROTECTED] Keeping Redirect working even if ProxyPass active?

2006-05-17 Thread Brian Rectanus
On 5/17/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 5/17/06, Bryce Nesbitt <[EMAIL PROTECTED]> wrote: > I have a working Apache 1.3 config that does this: > > > Redirect permanent /crm/maps/eastbay/index.shtml > http://www.citycarshare.org/eastbaymap.do > Redirect permanent /crm/map

Re: [EMAIL PROTECTED] mod_proxy and SSL

2006-05-17 Thread Emmanuel E
if youre doing a reverse proxy you probably shouldnt have ProxyRequests On Sebastian Reitenbach wrote: Hi, I have an apache listening for SSL connections on port 443 behind a NAT firewall in the DMZ. Connections for one virtual host shall be reverse proxied to another host in the same DMZ, bu

Re: [EMAIL PROTECTED] ASPDotNet

2006-05-17 Thread William A. Rowe, Jr.
Vic Feria wrote: Anything new in the development of mod_aspdotnet? Yes - on the ASF side, most folks are using the snapshot, not a release, which is usually a good sign that the snapshot is ready for release. I'm rolling 2.0.0.4 (last is the release sequence) and 2.2.0.4 binaries to run in htt

RE: [EMAIL PROTECTED] ASPDotNet

2006-05-17 Thread Vic Feria
Anything new in the development of mod_aspdotnet? -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Sunday, May 14, 2006 11:26 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] ASPDotNet Vic Feria wrote: > About a week ago I read somewhere that Mic

[EMAIL PROTECTED] Modifying Apache 2 to replace Suexec/suphp

2006-05-17 Thread Aaron Axelsen
A while ago, I remember reading an article, or seeing a website which discusses the possibilities of modifying the apache 2 source code to allow different virtual hosts to execute as different system users. Basically, the final goal is to bypass the need to use suexec or suphp by just having apac

[EMAIL PROTECTED] [Question] make install

2006-05-17 Thread Okamoto Toshiaki
Hi All: I have one question about "make install" command. 1.How to install only httpd? I have changed httpd with some prelinked modules from source code. Then type "make install", result installation with extra files. Is "install 0644 httpd /usr/local/apache2/bin" right? Many thanks T.Okamoto ---

[EMAIL PROTECTED] Apache eating memory

2006-05-17 Thread Girts
Another thing. I was testing a lot and found out that if file is uploaded via enctype="multipart/form-data" apache makes 100 mb child and doesn't kill it. Any suggestions ? I'm using slackware 10.2, php 4.4.1 and apache 2.0.55. Does any of these have somekind of memory leaks ? ldd httpd

[EMAIL PROTECTED] ProxyPassReverse on Windows

2006-05-17 Thread Avraham Shapiro
** Low Priority ** Brian I read the applicable part of the doc and tried ProxyPassReverse with and without dns names and with and without the proxy section but I still can't get reverse proxy to work. When I fire up my browser I always get the local Apache server. Here's the relevant part

Re: [EMAIL PROTECTED] Keeping multiple logs in central location

2006-05-17 Thread Dan Trainor
Brian Rectanus wrote: mod_log_spread is great, but what I have also done in the past is to use cronolog as a pipe to place logs into .../hostname//MM/DD/hh-access_log. Then run a cron job from your stats server to move the files onto the stats server that are >1h old (ie rotated), merge them

RE: [EMAIL PROTECTED] proxy: error reading status line from remote server

2006-05-17 Thread Axel-Stéphane SMORGRAV
I know that there have been problems with KeepAlive and IE when using https, but not between Apache and IIS. Would you by any chance know what the IIS KeepAlive timeout is? Might it possibly be shorter than the Apache KeepAliveTimeout ? Does this only happen on "long" requests (timeout of the b

Re: [EMAIL PROTECTED] Keeping Redirect working even if ProxyPass active?

2006-05-17 Thread Joshua Slive
On 5/17/06, Bryce Nesbitt <[EMAIL PROTECTED]> wrote: I have a working Apache 1.3 config that does this: Redirect permanent /crm/maps/eastbay/index.shtml http://www.citycarshare.org/eastbaymap.do Redirect permanent /crm/maps/sanfrancisco/index.shtml http://www.citycarshare.org/sfmap.do

[EMAIL PROTECTED] Keeping Redirect working even if ProxyPass active?

2006-05-17 Thread Bryce Nesbitt
I have a working Apache 1.3 config that does this: Redirect permanent /crm/maps/eastbay/index.shtml http://www.citycarshare.org/eastbaymap.do Redirect permanent /crm/maps/sanfrancisco/index.shtml http://www.citycarshare.org/sfmap.do SetHandler caucho-request CauchoConfigFile /v

Re: [EMAIL PROTECTED] Wingdings font problem

2006-05-17 Thread William C. Mount
That fixed it. Thanks Joshua! William C. Mount RHCE J2EE Web Solutions CoEx Global IT Solutions Caterpillar Inc.   600 W. Washington St. East Peoria IL,  61630 (309) 675-3031 - Desk (309) 256-8099 - Cell [EMAIL PROTECTED] "I love the way Microsoft follows standards.  In much the same manner th

[EMAIL PROTECTED] mod_proxy and SSL

2006-05-17 Thread Sebastian Reitenbach
Hi, I have an apache listening for SSL connections on port 443 behind a NAT firewall in the DMZ. Connections for one virtual host shall be reverse proxied to another host in the same DMZ, but it seems that I am unable to get it to work, for me it seems I must have missed sth. obvious. I tried

Re: [EMAIL PROTECTED] Wingdings font problem

2006-05-17 Thread Joshua Slive
On 5/17/06, William C. Mount <[EMAIL PROTECTED]> wrote: I'm having a problem displaying a page through an apache 2.0.52 webserver. The site developer has used the Wingdings font in the webpage. If I access the page using IE, it's a bunch of wingding characters, using firefox and netscape it's

[EMAIL PROTECTED] Wingdings font problem

2006-05-17 Thread William C. Mount
I'm having a problem displaying a page through an apache 2.0.52 webserver.   The site developer has used the Wingdings font in the webpage.  If I access the page using IE, it's a bunch of wingding characters, using firefox and netscape it's better, but the character displays as a diamond and not

RE: [EMAIL PROTECTED] Upload files to local directory

2006-05-17 Thread Billy Nab
I do not believe this is actually an apache issue, however a few things I noticed are:   Make sure the use PHP runs as has write access to /var/www/html (probably not a good idea to have it in this folder, if this is your document root, as you open up the entire web to writing by apache/p

RE: [EMAIL PROTECTED] Upload files to local directory

2006-05-17 Thread Boyle Owen
> -Original Message- > From: kartikay malhotra [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 17, 2006 4:05 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Upload files to local directory > > Hi everyone! > > I'm a linux user. I want to upload files to my Apache HTTP > se

[EMAIL PROTECTED] Upload files to local directory

2006-05-17 Thread kartikay malhotra
Hi everyone!I'm a linux user. I want to upload files to my Apache HTTP server. I have a MySQL database in place. But prior to that I wish to save uploaded files in a temporary folder. I've used PHP scripts with HTTP POST method. But to no avail. No matter what tutorial I consult, I cannot save the

Re: [EMAIL PROTECTED] Binary - IBM AIX v5.2

2006-05-17 Thread Bill Jones
On 5/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I am planning to run APACHE/TOMCAT on IBM AIX server (version 5.2). However, I could not find the APACHE(version 2) binary for AIX 5.2. I would like to know where can i get the binary. Please help. I looked at http://www.bullfreewar

[EMAIL PROTECTED] proxy: error reading status line from remote server

2006-05-17 Thread Marco Berizzi
Hello everybody. I'm try to build a reverse proxy for outlook web access 2003sp2 running on windows 2003 sp1. apache 1.3.35 is running good with this configuration: ServerAdmin [EMAIL PROTECTED] ServerName mail.domain.you ErrorLog /var/log/apache/error_http_owa_log ProxyPass /excha

Re: [EMAIL PROTECTED] Totally stumped on httpd, gcc & solaris 10

2006-05-17 Thread Duncan Brannen
Owen, Does sendfile work ok for you when you #include virtual a file greater than 255 characters via SSI / shtml? I compiled using sun's gcc in sfw and am wondering if that's the problem before I go filing a bug report with sun. See http://issues.apache.org/bugzilla/show_bug.cgi?id=3

Re: [EMAIL PROTECTED] implement SSL with apache

2006-05-17 Thread Krist van Besien
On 5/13/06, madunix <[EMAIL PROTECTED]> wrote: I have installed Apache1.3 on SLES9 using the following steps Copy/download apache_1.3.33.tar.gz (to $HOME) tar -zxf apache_1.3.33.tar.gz cd apache_1.3.33 Configure: /configure --enable-module=so --prefix=$HOME/apache --with-port=8080 Build: make Ins

RE: [EMAIL PROTECTED] Case insensitive apache ?

2006-05-17 Thread Boyle Owen
> -Original Message- > From: Xavi Gracia [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 17, 2006 10:58 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Case insensitive apache ? > > > Hi ! > > Sorry a lot if this question has been asked before but i have > been unable >

RE: [EMAIL PROTECTED] Case insensitive apache ?

2006-05-17 Thread Axel-Stéphane SMORGRAV
I assume that your problem is due to the fact that the Windows file names are case insensitive, whereas filenames on Unices are case sensitive. In that case I believe there is nothing much you can do other than correcting all the links in the HTML code, unless you want to rewrite all URL paths o

[EMAIL PROTECTED] Case insensitive apache ?

2006-05-17 Thread Xavi Gracia
Hi ! Sorry a lot if this question has been asked before but i have been unable to find any message or webpage about. I have just migrated to a apache linux server from a windows machine and it seems that some of the people that was making the website doesn't follow the golden rule of the we

[EMAIL PROTECTED] Problem with apache libproxy.so and mod_imap.so

2006-05-17 Thread Steven Foo
Hi All, 1. I downloaded apache 1.3.31 to be installed in our HP11.23 rx2620 server. 2. HP GCC 4.1.0 depot, also HP ANSI C deport are also installed. 2.1 export CFLAGS='-mlp64'; export CPPFLAGS="-mlp64"; export LDFLAGS="-lgcc" 3. I configure the apache with: ./configure --with-layout=Apache --pref