Look in your httpd.conf file for this:
--
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
# The index.html.var file (a type-map) is used to deliver content-
# negotiated documents. The MultiViews Option can be used for the
# same
I have set up a Redhat Linux server and I almost have everything set to
use this as a Samba server and an Apache server for my web development
and testing.
I am not using DNS, but resolve in the hosts files on a Windows computer.
When I enter in my browser "http://www.dawsonsphotographytest.co
Hi,
We have been trying to configure an Apache server/instance that gets
installed as part of Oracle's 10g Application Server to work with our
own authentication module, and as part of doing this, we need to
configure a directory alias for a directory that contains some of our
JSPs that run under
The following might help. BTW, what is
the memory limit in your php.ini file? You might want to ensure that is a manageable
number and then implement the code sample.
http://us3.php.net/manual/en/function.fread.php
For
download the big files (more than 8MB), you must used ob_fl
Hi, all,
I'm new in this area. Could anyone please tell me how to start? I
want to use Apache XML security library (c version) with httpd to
filter XML traffic.
Any advice is appreciated.
Thanks in advance,
Zhenxiao Liu
-
Th
Hi, all,
I'm new in this area. Could anyone please tell me how to start? I
want to use Apache XML security library (c version) with httpd to
filter XML traffic.
Any advice is appreciated.
Thanks in advance,
Zhenxiao Liu
[EMAIL PROTECTED]
==
ps. Sorry for sending this message many times
Hi, all,
I'm new in this area. Could anyone please tell me how to start? I
want to use Apache XML security library (c version) with httpd to
filter XML traffic.
Any advice is appreciated.
Thanks in advance,
Zhenxiao Liu
[EMAIL PROTECTED]
==
ps. Sorry for sending this message many times
Hi, all,
I'm new in this area. Could anyone please tell me how to start? I
want to use Apache XML security library (c version) with httpd to
filter XML traffic.
Any advice is appreciated.
Thanks in advance,
Zhenxiao Liu
==
I'm new in this area. Could anyone please tell me how to
Hi, all,
I'm new in this area. Could anyone please tell me how to start? I
want to use Apache XML security library (c version) with httpd to
filter XML traffic.
Any advice is appreciated.
Thanks in advance,
Zhenxiao Liu
Hi Gary,
Gary W. Smith wrote:
How are you reading the file in order to output it? Some of the PHP
commands do indeed read the entire file before processing. This would
cause the entire file to sit in ram. I believe there are some binary
functions that only read segments at a time. I thi
Dang.. I'm having problems getting includes to work for ANYTHING, not
just perl. I'll keep poking. Maybe sombody will respond
with a tidbit of info.
Thanks!On 8/2/05, Malka Cymbalista <[EMAIL PROTECTED]> wrote:
I never got an answer but I figured out what the problem was. In the section I adde
Dear Joshua,
thank you for your reply!
Joshua Slive wrote:
On 8/2/05, Kamil Srot <[EMAIL PROTECTED]> wrote:
Situation:
I have simple PHP script serving large files for autorized users...
after some time, all memory of the server is consumed by httpd processes
Ind
As far as I know, it cannot.
What you can do though, is to forward the certificate data as a header variable
or in the query string. The data is available in reverse proxy environment
variables. You should make sure to overwrite any prior value of such a variable
contained in the request from t
On Tue, Aug 02, 2005 at 11:15:24AM +0100, Brian Candler wrote:
> Cheers. I've moved over to the mirfak mod_frontpage, but still get the same
> error now:
Right, well this is turning into a long voyage of discovery :-)
Firstly, I was able to get mod_frontpage working with a vanilla httpd and
insta
Hello everybody.
Could somebody help me with the following question:
In a scenario like this.
Client <---HTTS--->Apache reverse
proxy<--HTTPS->Backend
Can the reverse proxy fordward the Client Digital certificate to the
Backend?
If so, what directive
On 8/2/05, Kamil Srot <[EMAIL PROTECTED]> wrote:
> Situation:
> I have simple PHP script serving large files for autorized users...
> after some time, all memory of the server is consumed by httpd processes
> - their memory allocation does corelate with size of the files served...
> I tried to
How are you reading the file in order to output it? Some of the PHP
commands do indeed read the entire file before processing. This would
cause the entire file to sit in ram. I believe there are some binary
functions that only read segments at a time. I think that is where you
problem lies.
Ca
I never got an answer but I figured out what the problem was. In the
section I added
Options +ExecCGI +Includes
Malka Cymbalista
Webmaster, Weizmann Institute of Science
[EMAIL PROTECTED]
08-934-3036
>>> [EMAIL PROTECTED] wrote on 02/08/2005 16:00:
> Did you ever find a solution to this? I'
On 8/2/05, Nick Kew <[EMAIL PROTECTED]> wrote:
> Kelly Price wrote:
> > I'm having a strange problem with mod_vhost_alias here, which doesn't
> > match the documentation.
>
> I haven't read the documentation for that, so can't help with diagnosing
> whether it's a bug or your problem.
>
http://h
I just noticed a difference when I upgraded from the apache in Debian
woody to sarge. I use a simple script to move the Apache log files to a
new name and then gracefully restart the server. The newly created files
used to be created with permissions -rw-r--r--. Now, they're created
-rw-r-. I'd
On Tue, 2 Aug 2005, Brian Candler wrote:
I can easily set up access logs such that the Host: header is included; this
allows the logs to kept in a single file and then post-filtered to separate
them out per virtual user. e.g.
LogFormat "%{Host}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{Us
On Tue, 2 Aug 2005, Brian Candler wrote:
I saw a set of patches a while ago for this, that someone had written
around the time of 1.3.28-1.3.29
If you can't find them, I may still have them and/or the email address of
the author.
-Dan
I can easily set up access logs such that the Host: he
Did you ever find a solution to this? I'm having the same
problem, even though I've gone through and checked all the Directory
blocks to make sure either +Includes or +IncludesNoExec is active.On 7/18/05, Malka Cymbalista <[EMAIL PROTECTED]
> wrote:I just installed Apache 2.0.54 together with mod_
I can easily set up access logs such that the Host: header is included; this
allows the logs to kept in a single file and then post-filtered to separate
them out per virtual user. e.g.
LogFormat "%{Host}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined
However, is there a
hi, i managed to solve this problem, was because after i changed the
machine i have not recompiled the php ( i only recompiled apache and
kernel).
ty for your support
John Hicks wrote:
> webmaster wrote:
>
>> hi, i have a problem with my apache2. I changend the machine on which
>> apache was run
On Mon, Aug 01, 2005 at 04:02:05PM -0400, Dan Mahoney, System Admin wrote:
> You need to get the frontpage support from rtr.com, and extract it the the
> (very universal) /usr/local/frontpage.
>
> From there, to make it play nice with apache, you can compile and build
> mirfak.
>
> Doing it the
Dear ALL,
Annotation:
my problem is, apache allocates so much memory, system wents out of
it and is unreachable for few minutes. I can help reporduce the problem,
please can someone help?
I found several similar issues in the bugreports but not exactly this
and they are quite old and not
Kelly Price wrote:
> I'm having a strange problem with mod_vhost_alias here, which doesn't
> match the documentation.
I haven't read the documentation for that, so can't help with diagnosing
whether it's a bug or your problem.
> My intentions are to map these sample domains on one server to these
Jeff Lacki wrote:
> Sorry, using mysql 3.23 I believe it is. The application
> is a C++ interface which has been used a lot and over time,
> seems solid.
>
> I dont know about the 8k limit issue, what would that
> be? 8k sounds about where its hanging, but Id have to check.
Your report looks li
best documentation u can get at
for
apache: apache.org
mysql: www.mysql.com
php: www.php.net
u can get tutorial related sites or script exchange sites from this pages.
Executive Benefits Resources wrote:
> Sorry for the most elemental of situations but I am new to the web
> development arena and a
are u trying to put the log files in separte dir's for each vhost ? or
i don't understand the problem ?
Kelly Price wrote:
> I'm having a strange problem with mod_vhost_alias here, which doesn't
> match the documentation.
>
> My intentions are to map these sample domains on one server to these
> -Original Message-
> From: Lll Gabor [mailto:[EMAIL PROTECTED]
> Sent: Montag, 1. August 2005 14:43
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Sometimes getting 'Premature end
> of script...'
>
>
> Thx for the advices, Owen!
>
> I use MySQL, I read and write fil
> -Original Message-
> From: Raphael - Atomo64 [mailto:[EMAIL PROTECTED]
> Sent: Sonntag, 31. Juli 2005 02:41
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] error 10050
>
>
> When I run apache 1.3(latest) it shows that is running, but when I try
> to open a page on my server it
Do you have:
NameVirtualHost 212.0.133.120:80
somewhere before the VH containers?
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
> -Original Message-
> From: Ismail Idriss [mailto:[EMAIL PROTECTED]
> Sent: Samstag, 30. Juli 2005 09:45
> To:
34 matches
Mail list logo