[EMAIL PROTECTED] Mozilla Rendering Problem after PHP Error

2006-02-23 Thread John Riley
As of a week ago, I had a working installation of PHP based forum running as a virtual host on an Apache 2.0.50/Mandrake 10.1 system. I was happily using the Mozilla 1.7.2 browser to access the site. I edited one of the theme files for the forum and forgot to close a quote in the PHP code; t

RE: [EMAIL PROTECTED] determining page size correctly

2006-02-23 Thread Selçuk Karaca
Hello again.. The reason for web page size exploration is a rule for the application. No page will exceed 150K, only %35 can exceed 60K etc.. I am not good at Apache so can you explain referrers a bit more and how to use it in page size exploration And when I connect with a browser I co

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread Scott Miller
>Fedora Core 4 >Apache 2.0.54 > >I seem to be having this same problem. I read the manual at: > >http://httpd.apache.org/docs/2.0/howto/cgi.html#writing > >and created the "first.pl" file. when I run "./first.pl" from the >command >line, all it prints is: >

[EMAIL PROTECTED] Webserver config for version 1.3 or 2.0 - emulate "UseCanonicalPhysicalPort On"

2006-02-23 Thread Bruce Young
Greetings all, I have been trying to find a solution to this issue with my 1.3 webserver. I am using 1.3 because this is part of an Oracle 10g Application server and I don't have a choice to go to 2.2. 2.0 is apparently an option now but the version we currently use is 1.3. What I want to emula

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread Octavian Rasnita
Hi, > > That's exactly what I have - here's the first.pl file: > > #!/usr/bin/perl > print "Content-type: text/html\n\n"; > print "Hello, World."; > > Also - I guess ie does work via command line as shown: > > [EMAIL PROTECTED] cgi-bin]# ./first.pl > Content-type: text/html > > Hello, [EMAIL PROTE

[EMAIL PROTECTED] Mod_Auth_Mysql v2.20

2006-02-23 Thread Don O'Neil
Does anyone have instructions on how to build v2.2 of Mod_Auth_Mysql with the latest Apache HTTP release? I have old apps that I cannot rebuild that require some of the directives & syntax that are only supported in v2.2 Alternatively, if someone has a pre-built module for the 1x line of HTTPD, bu

Re: [EMAIL PROTECTED] When will Win32 be released for Apache 2.2?

2006-02-23 Thread William A. Rowe, Jr.
Shap Wolf wrote: Any ideas on when Apache 2.2.0 will be compiled for the Win32 platform? I having some small but recurring problems with php5 and mysql that I think are resolved in the latest Apache build, but am not up to compiling it myself. Never, as 2.2.0 was sub-stable w.r.t. proxy and not

Re: [EMAIL PROTECTED] Apache not working after upgrading MySQL Server]

2006-02-23 Thread Max Yu
When I tried to run Apache from webmin, the error message is: Starting httpd: Syntax error on line 6 of /etc/httpd/conf.d/auth_mysql.conf: Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: object requires: cannot enable executable stack as shared object requires: Permission denied Tha

Re: [EMAIL PROTECTED] How to direct http to https

2006-02-23 Thread emammendes
Hello Many thanks. I will follow the steps and see what happens. Ed On Thursday 23 February 2006 12:49 am, sanjay tripathi wrote: > Hi Scenario: You've changed the location/path of a webpage on your server, > but you don't want to break links to the old location. You could just use > symlinks

Re: [EMAIL PROTECTED] Apache not working after upgrading MySQL Server

2006-02-23 Thread Kishore Jalleda
is this the line from the apache error log and are you sure there is nothing else here, do you see any orphaned apache processes, i am guessing its something to do with apache binding to some IP thats conflicting with mysql, are your loop-back addresss configured properly , anyway have you checked

[EMAIL PROTECTED] Apache not working after upgrading MySQL Server

2006-02-23 Thread Max Yu
I could not understand how the problem is related to MySQL server. The machine is running Fedora Core 4, Apache 2.0.54 and MySQL server 4.1.9. And everything was fine. Then I updated MySQL to 5.0.18. Then Apache is not working any more. Start Apache will fail. The error log only has one item rel

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread azeem ahmad
From: "Scott Miller" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: Subject: Re: [EMAIL PROTECTED] Premature end of script headers Date: Thu, 23 Feb 2006 13:53:56 -0700 Fedora Core 4 Apache 2.0.54 I seem to be having this same problem. I read the manual at: http://httpd.apache.

Re: [EMAIL PROTECTED] Images / files partially loading?

2006-02-23 Thread Evan Platt
On Thu, February 23, 2006 12:48 pm, Jonathan Mangin wrote: > What did you 'rem' it with? That's the same error > with the same module. Use # and save the file. > > You'll probably want mod_access anyway. My bad, working on not enough sleep. I remmed it with #. The first error: httpd: Syntax er

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread Scott Miller
Fedora Core 4 Apache 2.0.54 I seem to be having this same problem. I read the manual at: http://httpd.apache.org/docs/2.0/howto/cgi.html#writing and created the "first.pl" file. when I run "./first.pl" from the command line, all it prints is: Content-type: text/html and does not print the

Re: [EMAIL PROTECTED] Images / files partially loading?

2006-02-23 Thread Jonathan Mangin
- Original Message - From: "Evan Platt" <[EMAIL PROTECTED]> To: Sent: Thursday, February 23, 2006 1:48 PM Subject: Re: [EMAIL PROTECTED] Images / files partially loading? > At 01:34 AM 2/23/2006, you wrote: > >Upgrade to 2.0.55 or 2.2.0, there's a known issue with earlier 2.0.x > >rele

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread azeem ahmad
From: "Scott Miller" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: Subject: Re: [EMAIL PROTECTED] Premature end of script headers Date: Thu, 23 Feb 2006 12:47:38 -0700 Fedora Core 4 Apache 2.0.54 I seem to be having this same problem. I read the manual at: http://httpd.apache.

[EMAIL PROTECTED] php.ini question for php gurus

2006-02-23 Thread Khai Doan
In apache config file, we can include another config file such as: Includes conf/ssl.conf Is it possible to do the same with the php.ini file ? Thank you, Khai - The official User-To-User support forum of the Apache HTTP Ser

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread Scott Miller
Fedora Core 4 Apache 2.0.54 I seem to be having this same problem. I read the manual at: http://httpd.apache.org/docs/2.0/howto/cgi.html#writing and created the "first.pl" file. when I run "./first.pl" from the command line, all it prints is: Content-type: text/html and does not print the

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread Jerry McAllister
> > Fedora Core 4 > Apache 2.0.54 > > I seem to be having this same problem. I read the manual at: > > http://httpd.apache.org/docs/2.0/howto/cgi.html#writing > > and created the "first.pl" file. when I run "./first.pl" from the command > line, all it prints is: > > Content-type: text/html

Re: [EMAIL PROTECTED] Images / files partially loading?

2006-02-23 Thread Evan Platt
At 01:34 AM 2/23/2006, you wrote: Upgrade to 2.0.55 or 2.2.0, there's a known issue with earlier 2.0.x releases on OS X (well, an OS X kernel bug which was not worked around) which can cause responses to be truncated at 64K. I did a build from source 2.2. using the same --prefix as my 2.0 insta

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread Scott Miller
Fedora Core 4 Apache 2.0.54 I seem to be having this same problem. I read the manual at: http://httpd.apache.org/docs/2.0/howto/cgi.html#writing and created the "first.pl" file. when I run "./first.pl" from the command line, all it prints is: Content-type: text/html and does not print the

[EMAIL PROTECTED] Apache 1.3.x vs 2.0.x

2006-02-23 Thread Kishore Jalleda
Hi all,   This is my first post to the list, I am currently using version 1.3.34 for our websites,  I would like to hear about your experiences about the 2.0.x versions as they support Multithreading, MPMs, APR, etc, specifically about any  performance improvements over 1.3.x (which uses t

Re: [EMAIL PROTECTED] php & html

2006-02-23 Thread Rick Gigger
i'm afraid pdf format will be very slow. so, it's not an option for me. i'm looking for a method (css or javascript) to set the size or print area of the page, like 8. 5 x 5.5 inches to print forms, or 3.5 x 2 inches to print labels, or 7.5 x 3.5 inches to print inventory tags, or any othe

Re: [EMAIL PROTECTED] mod_mem_cache configuration help

2006-02-23 Thread Joshua Slive
On 2/23/06, Xuekun Hu <[EMAIL PROTECTED]> wrote: > Hi, > > I want to cache some files and don't want them to be removed if the > cache if full. That's means the cache is serviced as > first-come-first-service basis. Can I do that by setting > "CacheDefaultExpire" to a large number? > > However I fo

Re: [EMAIL PROTECTED] Using authentication module (mod_auth_kerb) with a reverse proxy (mod_proxy)

2006-02-23 Thread Joshua Slive
On 2/23/06, Henrique Craveiro <[EMAIL PROTECTED]> wrote: > Hello list, > > I have an Apache which I want to authenticate user using mod_auth_kerb and > the be redirected to other Web Servers (Apaches and Tomcats) depending on > the URL). The problem is that mod_proxy, which I use as a reverse proxy

Re: [EMAIL PROTECTED] A problem with http://localhost/

2006-02-23 Thread zhou jian
Actually I can visit httpd website with http://myipaddress/index.html. I just couldn't visit with http://localhost or http://1270.0.0.1 even I have etc/hosts configurated right. For trying to solve this issue, I added Listen 127.0.0.1:80 and tried to restart httpd. [EMAIL PROTECTED] bin]# ./h

Re: [EMAIL PROTECTED] how to enable 127.0.0.1 in httpd.conf

2006-02-23 Thread zhou jian
[EMAIL PROTECTED] bin]# ./httpd -k start [Thu Feb 23 11:26:06 2006] [warn] NameVirtualHost 127.0.0.1:80 has no VirtualHosts I have done the first two steps before. Could you elaborate a little bit about how to NameVirtualHost 127.0.0.1:80 I simplely put them to the httpd.conf file and it showed

[EMAIL PROTECTED] Re: php and apache22

2006-02-23 Thread Joost de Heer
>>> In /var/log/messages the error did not show up --- it looks like >>> this is somewhere crunched in the startup script. Starting >>> apache directly I am prompted with: "No such file or directory: >>> Failed to enable the 'httpready' Accept Filter" >>> >>> Any idea what this means? http://www.m

RE: [EMAIL PROTECTED] When will Win32 be released for Apache 2.2?

2006-02-23 Thread Schultz, Gary - COMM
XAMPP project at (http://www.apachefriends.org) has 2.2.0 (along with other stuff) compiled for Windows. -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:14 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] When will Win32 be rele

Re: [EMAIL PROTECTED] When will Win32 be released for Apache 2.2?

2006-02-23 Thread Nick Kew
On Thursday 23 February 2006 15:39, Shap Wolf wrote: > Any ideas on when Apache 2.2.0 will be compiled for the Win32 > platform? I having some small but recurring problems with php5 and > mysql that I think are resolved in the latest Apache build, but am not > up to compiling it myself. For techni

[EMAIL PROTECTED] Using authentication module (mod_auth_kerb) with a reverse proxy (mod_proxy)

2006-02-23 Thread Henrique Craveiro
Hello list, I have an Apache which I want to authenticate user using mod_auth_kerb and the be redirected to other Web Servers (Apaches and Tomcats) depending on the URL). The problem is that mod_proxy, which I use as a reverse proxy, immediately redirects the requests without letting the authentic

[EMAIL PROTECTED] When will Win32 be released for Apache 2.2?

2006-02-23 Thread Shap Wolf
Any ideas on when Apache 2.2.0 will be compiled for the Win32 platform? I having some small but recurring problems with php5 and mysql that I think are resolved in the latest Apache build, but am not up to compiling it myself. Thanks! Shap

Re: [EMAIL PROTECTED] determining page size correctly

2006-02-23 Thread Jacqui Caren
Selçuk Karaca wrote: Hello to all.. I am using apache as a part of oracle 10g application server. So I could not specify the version.. L Our site is running jsp pages My duty is to find the sizes of each web page. Why? I have looked at Access log. These logs show sizes for ea

Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-23 Thread Nick Kew
On Thursday 23 February 2006 14:46, Ricardo Stella wrote: > Nick Kew wrote: > > Is there a good reason for installing a server version that's been > > obsolete for four years? Especially given the complexity of adding SSL > > to it. > > Sometimes, yes Indeed. But commonly people have very ba

[EMAIL PROTECTED] determining page size correctly

2006-02-23 Thread Selçuk Karaca
Hello to all..   I am using apache as a part of oracle 10g application server. So I could not specify the version.. L   Our site is running jsp pages   My duty is to find the sizes of each web page.. I have looked at Access log. These logs  

Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-23 Thread Ricardo Stella
Nick Kew wrote: > Is there a good reason for installing a server version that's been obsolete > for four years? Especially given the complexity of adding SSL to it. > > Sometimes, yes I have development work with proprietary modules that don't run on 2.x... So I'm forced to keep an inst

Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-23 Thread François Conil
Nick Kew a écrit : Is there a good reason for installing a server version that's been obsolete for four years? Especially given the complexity of adding SSL to it. Except the fact that he could as well install apache 1.34, there are a lot of reasons to install apache 1.3x instead of apache 2.x

Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-23 Thread Nick Kew
Is there a good reason for installing a server version that's been obsolete for four years? Especially given the complexity of adding SSL to it. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server P

Re: [EMAIL PROTECTED] php & html

2006-02-23 Thread JC
i'm afraid pdf format will be very slow. so, it's not an option for me. i'm looking for a method (css or javascript) to set the size or print area of the page, like 8. 5 x 5.5 inches to print forms, or 3.5 x 2 inches to print labels, or 7.5 x 3.5 inches to print inventory tags, or any other si

Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-23 Thread Oliver.Schaudt
Make an "rpm -qa | grep openssl" then with the outcoming name (for example "openssl-0.9.8a-11.18") make rpm -q -l --provides openssl-0.9.8a-11.18 | grep libssl Than you shoudl know where it is. bye Oliver -Ursprüngliche Nachricht- Von: JM [mailto:[EMAIL PROTECTED] Gesendet: Do 23.

RE: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-23 Thread Boyle Owen
> -Original Message- > From: JM [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 23. Februar 2006 13:20 > To: users@httpd.apache.org > Cc: Joost de Heer; ziwei ds > Subject: Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl > compilation error > > Hi, > > what application provides

Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-23 Thread JM
Hi, what application provides ssl library? in my system openssl and the dev was is currently installed via RPM. Ive tried setting SSL_BASE to /usr/lib but with no luck.. Error: Cannot find SSL binaries under /usr/lib tia, On Friday 08 July 2005 12:34 am, Joost de He

Re: [EMAIL PROTECTED] JSF-Query

2006-02-23 Thread Raz
And this relates to apache how? On 23/02/06, Mr Arvind Pandey <[EMAIL PROTECTED]> wrote: > Hi, > I am using JSF to develop web appln. > >Inside the , two > are there. Each represents a > . contents are displayed properly on the > screen when the page is accessed. but every > has comma

[EMAIL PROTECTED] JSF-Query

2006-02-23 Thread Mr Arvind Pandey
Hi, I am using JSF to develop web appln. Inside the , two are there. Each represents a . contents are displayed properly on the screen when the page is accessed. but every has command button which when pressed does not work properly. I mean onclick of the buttton it does not invoke

[EMAIL PROTECTED] Re: php and apache22

2006-02-23 Thread Thomas Schweikle
François Conil schrieb: > Thomas Schweikle a écrit : > >> >> In /var/log/messages the error did not show up --- it looks like >> this is somewhere crunched in the startup script. Starting >> apache directly I am prompted with: "No such file or directory: >> Failed to enable the 'httpready' Accept

Re: [EMAIL PROTECTED] Images / files partially loading?

2006-02-23 Thread Joe Orton
On Wed, Feb 22, 2006 at 05:05:35PM -0800, Evan Platt wrote: > Here's the situation, I've looked in the faq, not sure what wording to > use, so that could partially be my problem... One solution I found was to > enable Enable SendFile Off, that didn't help.. > > Here's the setup: > 6.0 mbps/600k DS

Re: [EMAIL PROTECTED] find: 0652-010 The starting directory is not valid

2006-02-23 Thread Tejas Sanghavi
I don't have bash on my AIX 5.3 machine. sh, csh are available.   But as you mentioned that script need bash, which script are you talking about? 'configure' script?   I've already given 'configure' command using my default shell 'ksh', and it worked properly. But after that make failed.   T

[EMAIL PROTECTED] mod_mem_cache configuration help

2006-02-23 Thread Xuekun Hu
Hi, I want to cache some files and don't want them to be removed if the cache if full. That's means the cache is serviced as first-come-first-service basis. Can I do that by setting "CacheDefaultExpire" to a large number? However I found this sentence "If a new object needs to be inserted in the

Re: [EMAIL PROTECTED] A problem with http://localhost/

2006-02-23 Thread François Conil
zhou jian a écrit : Hello Apache fellows: I encountered a problem when I was installing a perl module. The httpd server related module was hanging overnight when it was trying to test http://localhost:X... Today, I tested with my httpd server installation. I found that I can view the webpag

Re: [EMAIL PROTECTED] Re: php and apache22

2006-02-23 Thread François Conil
Thomas Schweikle a écrit : In /var/log/messages the error did not show up --- it looks like this is somewhere crunched in the startup script. Starting apache directly I am prompted with: "No such file or directory: Failed to enable the 'httpready' Accept Filter" Any idea what this means? Th