Original-Nachricht
> Datum: Mon, 27 Aug 2007 14:56:09 -0500
>
>
> Hi all. I need help ( again ) with trying to integrate PHP with the
> Apache Web Server. I don't know how many times before I have had to seek
> assistance with doing this, but I still DO NOT know how to let's
Joshua Slive wrote:
On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote:
However, I have a site which is entirely built by a CGI program. That
program returns a proper "Content-Type:" header; some content is
text/html, some might be text/xml, some might be image/gif, some might
be image/jp
Attempted that its not obvious how to get the correct syntax to
replace what I had there before (and is not in the examples)
Any hints?
Karl Denninger ([EMAIL PROTECTED])
http://www.denninger.net
Joshua Slive wrote:
On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote:
However
On Mon, August 27, 2007 16:20, Steve R Burrus wrote:
> All that I have tried to do was to integrate the PHP scripting language
> with
> the Apache Server, i.e., be able to view PHP files with the help of
> Apache.
> And my OS is Win XP Pro.
>
Please stop top-posting and trim your posts. It's rude
On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote:
> However, I have a site which is entirely built by a CGI program. That
> program returns a proper "Content-Type:" header; some content is
> text/html, some might be text/xml, some might be image/gif, some might
> be image/jpeg, etc.
AddOutpu
Hi folks;
I am attempting to use mod_deflate to compress ONLY text output files
(since "compressing" images is a waste, natch)
I have the following in my httpd.conf file:
#
# Deflate text if the user's browser can handle it
#
AddOutputFilterByType DEFLATE text/html text/plain text/xml
Defl
Hahahahahahahaha, 3 days later, I solved the
problem
My disk was completely full :P
Cheers.
--- [EMAIL PROTECTED] escribió:
> I tried the following:
>
>
> First, commented any LogFormat and CustomLog or
> ErrorLog... in httpd.conf.
>
> Second, add to the
> following lines:
On Mon, 27 Aug 2007 18:20:57 -0500
"Steve R Burrus" <[EMAIL PROTECTED]> wrote:
> All that I have tried to do was to integrate the PHP scripting
> language with the Apache Server, i.e., be able to view PHP files with
> the help of Apache. And my OS is Win XP Pro.
If you're a geek, you ask meaningf
All that I have tried to do was to integrate the PHP scripting language with
the Apache Server, i.e., be able to view PHP files with the help of Apache.
And my OS is Win XP Pro.
- Original Message -
From: "Dragon" <[EMAIL PROTECTED]>
To:
Sent: Monday, August 27, 2007 4:43 PM
Subject: R
Steve R Burrus wrote:
well actually the only "advice" which I got/received yesterday was
from someone asking me what OS I was trying to do the PHP-Apache
Server integration on and what was the purpose of the integration.
And that was the * only * response which I have received so far,
thus my
Steve,
Either way -- keep it in one thread and do not repost. Moving on to your
actual discussion and the reason you are posting
Are you going to provide us with the operating system and what you have done
thus far? This will help us further trouble shoot the issue.
On 8/27/07, Steve R Burru
well actually the only "advice" which I got/received yesterday was from
someone asking me what OS I was trying to do the PHP-Apache Server
integration on and what was the purpose of the integration. And that was the
* only * response which I have received so far, thus my Repost earlier today
(w
On 8/27/07, Steve R Burrus <[EMAIL PROTECTED]> wrote:
> Hi all. I need help ( again ) with trying to integrate PHP with the Apache
> Web Server. I don't know how many times before I have had to seek assistance
> with doing this, but I still DO NOT know how to let's say easily do this!! I
> am worki
Can you please provide us with your operating system information and what
you have done thus far to attempt to correct this?
On 8/27/07, Steve R Burrus <[EMAIL PROTECTED]> wrote:
>
>
>
> - Original Message -
> *From:* Steve R Burrus <[EMAIL PROTECTED]>
> *To:* users@httpd.apache.org
> *Sen
- Original Message -
From: Steve R Burrus
To: users@httpd.apache.org
Sent: Sunday, August 26, 2007 3:48 PM
Subject: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.
Hi all. I need help ( again ) with trying to integrate PHP with the Apache
Web Server. I don't know h
I tried the following:
First, commented any LogFormat and CustomLog or
ErrorLog... in httpd.conf.
Second, add to the
following lines:
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog logs/vh_access_log common
But vh_access_log file is not being created when I do
a graceful restart. =(
I spoke too soon about "EnableSendfile off" not working. Upon creating a new
file to request, and having set the NBC back to it original size, the new
file is not exhibiting the problem, and it would appear that it is not being
added to the network buffer cache. The old file is still cached somehow
At 10:01 -0500 8/27/07, Coulter, Ryan wrote, and I snipped:
>I request index.html from the webserver and receive it properly in my
>browser. I then log onto the server, edit the file with vi, save it and
>exit. Then I return to my browser and request index.html again and it
>appears as though nothi
Thank you, Eric. I had tried this in my experiments as well, without much
luck. However, your comment led me to a page
(http://publib.boulder.ibm.com/httpserv/ihsdiag/questions.html) which
described the network buffer cache in AIX and its association with AIX's
send_file routine. What is baffling m
On 8/27/07, Coulter, Ryan <[EMAIL PROTECTED]> wrote:
>
> (My apologies for sending this earlier with no subject.)
>
> Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX
> 5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as
> well as IHS 2.0.47. In
(My apologies for sending this earlier with no subject.)
Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX
5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as
well as IHS 2.0.47. In both cases, the behavior is identical. Using Apache
1.3, I don't ha
Yes,
I have the following line activated:
CustomLog logs/access_log common
The proof that that line is working is that when I
delete access_log file and then restart apache,
access_log file is automatically recreated.
--- Jeff Peng <[EMAIL PROTECTED]> escribió:
>
> Original-Nachrich
Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX
5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as
well as IHS 2.0.47. In both cases, the behavior is identical. Using Apache
1.3, I don't have the problem. I have been researching the problem for
se
Original-Nachricht
> Datum: Mon, 27 Aug 2007 09:20:58 -0500 (CDT)
> Von: [EMAIL PROTECTED]
> An: users@httpd.apache.org
> Betreff: Re: [EMAIL PROTECTED] AccessLog isn\'t logging
> I actually renamed old access_log into access_log.bk
> because it was pretty large. Then, I created
On 8/27/07, Fought, Richard <[EMAIL PROTECTED]> wrote:
>
> I added %D to my log files and I have some pages that are taking quite a
> long time to serve up (on the order of seconds). Two questions:
>
> 1. What exactly are the start and stop points that Apache uses when
> computing the time to serv
Original-Nachricht
> Datum: Mon, 27 Aug 2007 21:12:32 +0700
> Von: "Vincent Bray" <[EMAIL PROTECTED]>
>
> Using mod_rewrite
> here is only necessary when you need to see stuff like the query
> string, or other non-uri-ref request attributes.
>
Agree with that.:)
--
GMX FreeMa
Original-Nachricht
> Datum: Mon, 27 Aug 2007 09:15:31 -0400
> Von: "Fought, Richard" <[EMAIL PROTECTED]>
> An: users@httpd.apache.org
> Betreff: [EMAIL PROTECTED] Questions regarding logging
>
> 2. In the logs, is the request timestamp from the beginning or the end
> of the req
I actually renamed old access_log into access_log.bk
because it was pretty large. Then, I created a new
access_log file and after that apache never logged
again. I've made a lot of graceful restarts, delete
access_log and let apache recreate it but the problem
persists. The file is always 0 byte si
This is my CustomLog directive:
CustomLog logs/access_log common
This is my "common" format:
LogFormat "%h %l %u %t \"%r\" %>s %b" common
I don't know if php.ini configuration can be
interfering apache logging. This starts to happen
since I configured php.ini to log php errors on
apache's error
On 26/08/07, Jack Stone <[EMAIL PROTECTED]> wrote:
> >From: "Vincent Bray" <[EMAIL PROTECTED]>
> >RewriteEngine On
> >RewriteCond %{REMOTE_ADDR} !^trusted.host.pattern$
> >RewriteRule ^/_vti - [F]
> Thanks for those suggestions. Used the mod_rewrite one and seems to be doing
> the trick. The use o
On 8/26/07, Galaxy Virus <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> To get private key and certificate, I did,
>
> $ openssl req -new -x509 -newkey rsa:2048 -out host_req.pem -keyout
> host_key.pem
>
> And I sent certificate (host_req.pem) to CA in order to get real certificate
> and they sent
I added %D to my log files and I have some pages that are taking quite a
long time to serve up (on the order of seconds). Two questions:
1. What exactly are the start and stop points that Apache uses when
computing the time to serve up the page (%D)? I assume they are at the
interface between A
Hello Alan.
First I might say that I've never worked with Tomtact. However,
looking at the response from your server (which is "HTTP/1.x 400 No
Host matches server name www.chandlerfamily.org.uk") you might get
some ideas here:
http://www.nabble.com/context-path-ignored-in-Context.xml-t11
33 matches
Mail list logo