Thank you eric! Managed to use curl to see what was going on.
It has taken me weeks to get this working. Much appreciated.
Phil
-Original Message-
From: Eric Covener
Sent: Saturday, February 11, 2023 10:42 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] problem configuring
n the host does not flag an errors.
What steps can I take to debug this further?
Are there any 'tricks' to try to get this working.
Any help is most appreciated.
Thanks
Phil
dule, or otherwise adding this functionality?
(I'm still unsure if sending valid ETags is sufficient to make
If-None-Match work, i.e. whether the checking for that is up or
downstream of where mod_xsendfile sits - any co
e If-None-Match header. Is that possible, or does
Apache need to do the If-None-Match check earlier on?
Any help would be much appreciated. I know mod_xsendfile
is not an official Apache thing but I'm sure many readers
will be a little familiar with it, and it
.html
https://www.postgresql.org/docs/9.6/static/pgcrypto.html (F.25.2)
It looks like my choices are:
1: Do the crypto in PostgreSQL. For example, I could insert
new password hashes:
INSERT INTO passwords (username, pwhash)
VALUES ('phil', crypt('passw0rd', gen_salt(&
public IP address first goes
through the web app firewall.
On Thu, Jul 14, 2016 at 3:13 AM, Theo Sweeny wrote:
> Hello Phil – that sounds as if when the traffic comes through the public
> gateway, SSL is offloading to an interim gateway device rather than at the
> Apache server.
&g
No. SSLProtocol is configured properly for each VirtualHost section
including the default.
On Wed, Jul 13, 2016 at 4:48 PM, Eric Covener wrote:
> On Wed, Jul 13, 2016 at 4:46 PM, Phil Smith wrote:
> > Either setting seems to work in disabling TLSv1 if the apache server is
> >
I'm running Apache distributed via CentOS6:
Server: Apache/2.2.15 (CentOS)
I'm attempting to disable TLSv1.0 in ssl.conf using either of:
SSLProtocol all -SSLv2 -SSLv3 -TLSv1
or
SSLProtocol +TLSv1.1 +TLSv1.2
Either setting seems to work in disabling TLSv1 if the apache server is
requested via pr
CustomLog "/usr/local/www/fishing/logs/greatlandfishing-access_log"
common
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
Try changing the above line to:
reload apache, it might help . . .
--
Regards
Phil
AllowOverride All
Direc
Sorry for the noise . . .
On 24/02/2015 2:12 PM, Yehuda Katz wrote:
Try a support list for your email client. HTTPD does not handle email.
- Y
On Mon, Feb 23, 2015 at 10:09 PM, phil mailto:p...@philfixit.info>> wrote:
Silly question i cant seem able to google up for some
Silly question i cant seem able to google up for some reason.
How do i get those email sigs that change every day or every email.
Just a push in the direction of the website would be most appreciated.
--
Regards,
Phil Steel-Wilson | [+61](0)447 64 55 34
Phil'll F
green tea' well i suppose its good to see crap coming through, it makes
me feel better about my own spam setup.
phil
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mai
the default /var/www/ which would show the default apache 'it
works' page. Try
/var/www/example.com <http://example.com>/ or in your case
Then again maybe this has nothing to do with it . . .
--
Kind Regards
Phil
wall _AND_ access control.
Regards,
Phil
On 26 March 2013 13:31, Mandar Nandale wrote:
> Basically i am running httpd server on embedded linux gateways and each
> gateway running httpd on unique port which will change on every power cycle
> and this port information is reported to com
This discussion is related to the bolded recommendation at:
http://httpd.apache.org/docs/2.2/mod/core.html#limit
stating that:
"In the general case, access control directives should not be placed
within a section." and further that... "A
section should always be used in preference to a section w
On Mon, Feb 11, 2013 at 10:05 PM, Igor Cicimov wrote:
>
> On 12/02/2013 1:50 PM, "Phil Smith" wrote:
>>
>> I'm trying to find some Apache documentation verifying that the access
>> configs listed below in the manner I find them to be working are truly
&g
I'm trying to find some Apache documentation verifying that the access
configs listed below in the manner I find them to be working are truly
supported by Apache and are reasonable.(I'm using Apache 2.2.3).
In a given directory in web space I have an .htaccess file with
information such as the fol
I noticed that when I placed an .htaccess file outside of web space,
the .htaccess file was respected by Apache. I found this surprising.
Say DocumentRoot is /home/joe/public_html so that /home/joe is in a
path leading to web space, but outside of web space.
An .htaccess file:
/home/joe/.htaccess
I can't get b.htm to be password protected.
I can put directives AuthType, AuthName, AuthUserFile, Require.. In
and get the directory password protected.
But I want the directory to not be password protected, and for just a file
(b.htm) to be password protected but i'm having no luck in my
On Mon, Feb 20, 2012 at 8:54 AM, Tom Evans wrote:
> On Mon, Feb 20, 2012 at 1:16 PM, Steve Swift wrote:
>> Ah, but the "sh" error means that my code never starts executing. If the
>> very first line of my code were to get executed, then the error message
>> would come from the error handlers in m
On Sat, Feb 18, 2012 at 7:10 AM, Eric Covener wrote:
> On Sat, Feb 18, 2012 at 12:00 AM, Phil Smith wrote:
>> I'm running Apache/2.2.3 (CentOS) which is the latest version
>> available for CentOS5.
>> I'm noticing the following in my error logs:
>> sh: -c:
very few people seeing this, but no answers.
Any thoughts, please?
Thank you.
Phil
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
at 11:24 AM, Phil Pinkerton
> wrote:
>> No because just adding the path to the "otherWeb"/index.html to
>> DirectoryIndex line still defaults to the first index.html
>
> They're searched in order. Only one can be used.. If you just
> appended a val
gt; On Sun, Jan 15, 2012 at 11:02 AM, Phil Pinkerton
> wrote:
>> https://server.domain.net/otherapp and get the index.html in “otherWeb”
>
> Isn't this the same as the 2nd example in the manual?
>
> http://httpd.apache.
.
Phil
On Thu, Aug 12, 2010 at 13:02, David Ricar wrote:
[...]
Sorry, I'm still not understanding what you are doing. I didn't
understand why you need two users per each site.
--
sHiFt HaPpEnS!
-
The official User-To-User support f
On Thu, Aug 12, 2010 at 12:41, Mike Soultanian wrote:
> On 8/12/2010 9:33 AM, Phil Howard wrote:
>>
>> No backup staff ... ouch.
>
> budget cuts? :)
Down to one administrator, I assume.
> there is no plan to get them out of that folder -
> www.csulb.edu/colleges/cota
On Thu, Aug 12, 2010 at 09:49, David Ricar wrote:
> I need just one thing: replace others writable tests by is_in_homedir
> test - suexec does not solve, who could rewrite the code, but where the
> code is located. My patch is rather naive and dirty proof of concept
> right now, I will polish it
On Thu, Aug 12, 2010 at 10:37, Mike Soultanian wrote:
>>> server - the problem is that it can't be done for another couple weeks
>>> (IT
>>> department won't do it right away as it involves restarting all of the
>>> servers and a whole change management process).
>>
>> Remind me to not ever set u
On Wed, Aug 11, 2010 at 19:27, Mike Soultanian wrote:
> Hi!
> I have three servers, all of which are running Apache: F is the failing
> server, P is the main production server, and I is the interim server.
>
> Our current site is here on server F (failing server):
>
> http://cota.csulb.edu
It loo
On Wed, Aug 11, 2010 at 18:24, David Ricar wrote:
> Phil Howard wrote:
>>
>> For maintenance, it might be easier for you to make an suexec wrapper.
>> Run your wrapper to do custom checks and if it decides to go on, it
>> runs suexec. That way your maintenance is
On Wed, Aug 11, 2010 at 09:23, David Ricar wrote:
> Hello,
I don't think I see anything you are trying to accomplish different
than an ordinary multiuser server. You should be able to configure
where CGI can be run from to a narrow space. I assume FTP is for the
site owner to upload, including
This works in IPv4. I can designate an IP address in NameVirtualHost,
and specify one of the virtual hosts with the IP address on ServerName
or ServerAlias. That then works to respond to requests that use the
IP address as the hostname (via HTTP Host:). It would typically be
used as a catch-all m
Jonathan Zuckerman wrote:
On Fri, Sep 25, 2009 at 10:54 AM, Phil Pinkerton wrote:
On Fri, Sep 25, 2009 at 12:45 PM, Jonathan Zuckerman
wrote:
On Fri, Sep 25, 2009 at 6:15 AM, Phil Pinkerton
wrote:
Anyone experience performance issues with regards to Apache cache ?
 From
On Fri, Sep 25, 2009 at 12:45 PM, Jonathan Zuckerman
wrote:
> On Fri, Sep 25, 2009 at 6:15 AM, Phil Pinkerton
> wrote:
> > Anyone experience performance issues with regards to Apache cache ?
> >
> > From time to time we are experience access issues ( users accessing
&g
Anyone experience performance issues with regards to Apache cache ?
From time to time we are experience access issues ( users accessing
Subversion ) that seem to be due to an over loaded Apache cache. We suspect
the cache because when we refresh (stop,start) the Apache server the
problems goes aw
r 19, 2009 at 11:07 AM, Phil Pinkerton
> wrote:
>> Seems it may be a libc issue after changing libc I know get tons of
>> this output ( snipped )
>>
>> ...apachectl -k start -SSL
>
> Did you mean -DSS
On Sat, Mar 14, 2009 at 8:07 AM, Phil Pinkerton wrote:
>> System: SunOS 5.10 sun4u sparc Sun-Fire-V210
>> Apache Source:httpd-2.2.11 - (httpd -v Apache/2.2.11 (Unix))
>> gcc = gcc 3.4
>> openssl 0.9.8i
>> openldap 2.4.11
>> Python-2.6
>> Subversion 1.5.
System: SunOS 5.10 sun4u sparc Sun-Fire-V210
Apache Source:httpd-2.2.11 - (httpd -v Apache/2.2.11 (Unix))
gcc = gcc 3.4
openssl 0.9.8i
openldap 2.4.11
Python-2.6
Subversion 1.5.6
After a non-eventful configure & make, make install ( as far as I can tell )
Start httpd: httpd -k start -SSL or ap
the configure and make work without a hitch but when I get to make
install I get the error below. if someone can explain what is going on
here and how I might correct it would be terrific.
make: Fatal error: Command failed for target `install-recursive'
Current working directory /svn/src/httpd-2.2
You might want to try:
ProxyPass // http://www.backend.com/
ProxyPassReverse // http://www.backend.com/
References to mytest on the front-end will end up rendering
the mytest info in the back-end.
Good Luck,
Phil
Phil Lefort
PSO Senior Field Engineer
Office: 650-216-2173
Cell
Any ideas as to how I can get this working?
Thanks.
Phil
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Phil Lefort PSO Senior Field Engineer
Tumbleweed Communications Corp. [EMAIL PROTECTED]
700 Saginaw Drive Tel. +1-650-216-2173
Redwood City, CA 94063
61
This is a hot item that I am solving for a customer, please get back to me
right away.
Thank you.
Phil L.
Phil Lefort
PSO Senior Field Engineer
Office: 650-216-2173
Cell: 650-743-1917
[EMAIL PROTECTED]
www.tumbleweed.com
<https://webaccess.tumbleweed.com/exchweb/bin/redir.asp?URL=http
On Wed, Apr 30, 2008 at 11:30 AM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 30, 2008 at 9:40 AM, Phil Pinkerton <[EMAIL PROTECTED]> wrote:
> > I am not sure where the problem is I tried both IE and Firefox with
> > the same results.
> >
> >
actually going out
> on the wire.
>
> Phil Pinkerton wrote:
>
> I am not sure where the problem is I tried both IE and Firefox with
> the same results.
>
> Perhaps it is in the cgi or perl script ? see REQUEST_URI below has
> dropped the path from
> the "#" f
It is the first character in a directory/folder name
i.e /defect
/#123456/details_1.txt
/#234561/details_1.txt
...
On Wed, Apr 30, 2008 at 9:27 AM, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Wed, 30 Apr 2008 09:01:38 -0400
> "Phil Pinkerton" <
a browser problem?. Since a # is a reference to a
> part of the page, a browser should not send stuff after the # to the server.
> But I have no idea how a # in a query string should be handled. Are you sure
> that it is the server which is dropping stuff after the # and not the
> brow
g the folder content.
Example2>
http://server.net/cgi-bin/application/app_1.pl?en=PROJECT_Name&pkn=20080526+-+Defect+%23123456
please advise
Phil
--
" The fundamental principle here is that the justification for a
physical concept lies exclusively in its clear an unambiguous rel
onnections only if
they were blocked by a locally cached blocklist entry, and to check new
connections in the background.
- Finally, I don't see any support for this sort of thing in Apache.
Perhaps people have other strategies?
Many thanks for any suggestions.
Phil.
--
ve to wait for a DNS change to propogate before I can see if it has worked.)
Any suggestions?
Thanks, Phil.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html>
again
Phil
On 07/01/2008, Mike Cardwell <[EMAIL PROTECTED]> wrote:
> Mike Cardwell wrote:
>
> >>> how would I expand this rule to capture and convert the following?
> >>>
> >>> your.host.name -> YourHostName (works with rule)
> >>>
/doc/FQDN (regardless of case presented)
and capitaliseing every dot separated word returning
/doc/FullyQualifiedDomainName removing any characters other than [A-Z][a-z][0-9]
Many thanks
Phil
On 07/01/2008, Phil Wild <[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
> This worked a treat
Hi Mike,
This worked a treat
many thanks for your help and knowledge...
Phil
On 05/01/2008, Mike Cardwell <[EMAIL PROTECTED]> wrote:
> Phil Wild wrote:
>
> > Hello apache experts:-)
> >
> > I am trying to rewrite a url which conatins a hostname, converting
like
http://www.example.com/doc/hostname.example.com
and runs it as
http://www.example.com/doc/hostnameexamplecom
which is close but I would really like to run it as
http://www.example.com/doc/HostnameExampleCom
Is this possible and if so, how is it done?
Many thanks
Phil
Thankyou thankyou thankyou
Putting the rules in the right location made all the difference. I learnt
more from your response than I did digging through all the hwoto's I could
find!
Many thanks
Phil
On 26/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> On 12/23/07,
in the logs so I am at a loss as to where the issue is...
Phil
On 25/12/2007, Thomas Hart <[EMAIL PROTECTED]> wrote:
>
> Phil Wild wrote:
> > Hi All,
> >
> > I am having trouble with my first attempts at using rewrite rules
> > under apache. I am not sure wh
es as to what I am doing wrong?
The error log does not contain any log entries relating to rewriting so I
think I am completely missing the mark...
Cheers
Phil
--
Tel: 0400 466 952
Fax: 0433 123 226
email: [EMAIL PROTECTED]
Thanks
I got it working real simple actually. I put my first attempt in the
proxy.conf file but it was conflicting with entries from another virtual
host. Once I separated all the entries out to the virtual host config files
everything worked a treat.
Cheers
Phil
On 10/12/2007, Staf Wagemakers
://app.company.org/cgi-bin/acceptdata.cgi and this works fine and
accepts the data via a POST.
I want to reverse proxy and rewrite the above so that a POST to
http://receive.company.org gets reverse proxied to
http://app.company.org/cgi-bin/acceptdata.cgi
Is this possible?
Many thanks
Phil
involved but I would like to always have the URL's that are
visible by the outside world to not show where they ended up on based
on their group membership.
Is something like this possible? How complex is this (for some one
fairly new to apache)?
Many thanks
he subdirectory, the
authentication is bypassed.
Could the semantics of the config file be more fail-safe? It would be
good to at least get a warning.
Regards,
Phil.
-
The official User-To-User support forum of the Apache HTTP
credentials.
Is this the expected behaviour?
This is with 2.2.4.
Regards,
Phil.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To
e
(so some of my bandwidth must still be getting wasted) - I presume these
requests are not being responded to but can I use the rewrite_module to
discourage these requesters even further?
Thanks,
Phil.
--
Philip Rhoades
Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydne
discourage these requesters even further?
Thanks,
Phil.
--
Philip Rhoades
Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Fax: +61:(0)2-8221-9599
E-mail: [EMAIL PROTECTED
Joshua Slive wrote:
On 8/22/07, Phil <[EMAIL PROTECTED]> wrote:
The error message for httpd : client denied by server configuration: /user .
This looks like an Apache problem; but there is no /user directory in
the apache files.
Alias /sql-ledger /user/local/sql-
Joshua Slive wrote:
On 8/22/07, Phil <[EMAIL PROTECTED]> wrote:
The error message for httpd : client denied by server configuration: /user .
This looks like an Apache problem; but there is no /user directory in
the apache files.
Alias /sql-ledger /user/local/sql-
Joshua Slive wrote:
On 8/22/07, Phil <[EMAIL PROTECTED]> wrote:
The error message for httpd : client denied by server configuration: /user .
This looks like an Apache problem; but there is no /user directory in
the apache files.
Alias /sql-ledger /user/local/sql-
y from All
Sorry for the long explanation.
Perhaps someone may have a suggestion.
Thanks in advance.
Phil Jourdan
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html
n has changed since it
was working yesterday with 2.2.3, and the postgresql configuration has
not changed.
With "persist on", the symptom is that I see this in the error log:
[Mon Aug 20 23:12:29 2007] [error] [client 86.6.8.194] Error looking up
phil in database
In the postgresql log
f the string; I
mention this because it's not how the old mod_auth_pgsql worked (it had
an Auth_PG_hash_type directive).
Regards,
Phil.
-
The official User-To-User support forum of the Apache HTTP Server Project
Tom Donovan wrote:
Phil Endecott wrote:
Dear Experts,
I'm setting up mod_authn_dbd for the first time (having previously used
the 3rd-party mod_auth_pgsql with apache2.0) and I'm unsure how the
passwords should be encoded in the database. The docs at
http://httpd.apache.org/do
Many thanks for any advice you can offer.
Regards,
Phil.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e
anyone has, have they?
Any suggestions about how to proceed would be much appreciated.
Regards,
Phil.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html>
7; mod_authn_pam.
- Using mod_authnz_external.
Which of these would you recommend, with these requirements:
- Mainly to work with Subversion.
- Normal internet levels of security.
- Debian.
- Getting it working with minimum fuss.
Many thanks f
.0? I am looking at
http://httpd.apache.org/docs/2.0/programs/configure.html and
http://www.apache.org/dist/httpd/binaries/aix/apache_1.3.26-000964804C00-ibm-
aix4.3.README but cannot figure it out...
Thank you
Phil
On Fri Jun 9 15:57 , phil <[EMAIL PROTECTED]> sent:
>Unfortunately
-line
error:
Syntax error on line 233 of /usr/apache2/conf/httpd.conf:
Cannot load /usr/apache2/modules/mod_access.so into server:
I hope there is some AIX guru who knows the answer to this, because I am really
stumped :(
Phil
On Fri Jun 9 14:45 , 'David Salisbury' <[EMAI
Is there a way to find out which configure parameters were supplied to a
particular
apache install?
This way perhaps I could determine the paramaters that the working apache 1.3
was
compiled with, which works with LoadModule...
On Fri Jun 9 14:28 , 'JP' <[EMAIL PROTECTED]> sent:
>
>>
>> Ca
Can you tell me the exact configure command you used to configure your apache?
Would it apply to my 2.0.58 apache?
Phil
P.S. the 'Order' error message is just for reference -- if I do not comment out
the
LoadModule directives, then I get the weird two line error:
Syntax error o
in.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)
Many thanks in advance,
Phil
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more in
the browser is sending an
if-modified-since header; I'd like to compare the if-modified-since date
with the timestamp on the .svg file, and return a 304 not modified
response if nothing has changed.
(I'm not sure how this interacts with Etags.)
Is there
id "oh yeah, we changed X
for reason Y, you need to do Z" so that we don't chase our tail
pointlessly. ;)
Thanks.
--
Phil Dibowitz
P: 310-360-2330 C: 213-923-5115
Unix Admin, Ticketmaster.com
signature.asc
Description: OpenPGP digital signature
I'm just hoping someone will immediately
recognise what's going wrong
Cheers,
--Phil.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info
Joshua Slive wrote:
>On 11/17/05, Phil Endecott wrote:
>> Hi Joshua, thanks for the reply. Yes, when I comment-out my
>> ErrorDocument directives I get what I had expected:
>> My ErrorDocuments are the standard ones from the Debian package. Is
>> there an
Joshua Slive wrote:
> On 11/16/05, Phil Endecott wrote:
>> Dear List,
>>
>> According to the docs for mod_headers you can arange for the header
>> to be added either for sucessful requests only, or for all requests.
>> But it seems to me that the "always&q
Ranges: bytes
6 Connection: close
7 Content-Type: text/html; charset=iso-8859-1
8 Content-Language: en
9 Expires: Wed, 16 Nov 2005 23:08:13 GMT
23:08:13 ERROR 403: Forbidden.
This is with 2.0.54.
Is this the expected behaviour? Is there anything I can do about it?
Cheers,
--Phil.
--
le
Can someone help me with the syntax?
Thanks,
Phil Lawrence
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EM
86 matches
Mail list logo