Re: [users@httpd] Re: LAN to WAN access

2021-04-27 Thread Richard
> Date: Wednesday, April 28, 2021 00:59:37 + > From: back Button > >> From: Richard >> Sent: Wed, 28 Apr 2021 1:43 >> >> >>> Date: Wednesday, April 28, 2021 00:25:29 + >>> From: back Button >>>   >>>   After the

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Richard
> Date: Wednesday, April 28, 2021 22:44:41 + > From: back Button > >> From: Nick Folino >> Sent: Wed, 28 Apr 2021 23:23 >> >> Install the correct libraries. > > I have installed the latest libraries with the latestᅠ Apache. > How am I supposed to knowᅠwhich library corresponds to Apache

Re: [users@httpd] Detailed Apache monitoring

2021-04-28 Thread Richard
It's sometimes useful to add the %D or %T - time taken to serve request in ... microseconds/seconds respectively - parameters to logging as that can be helpful in identifying requests that are expensive. > From: Nick Folino > Date: Wednesday, April 28, 2021 08:01:00 -0400 > > I suggest a detaile

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Richard
install it this way > sudo apt install apache2 > sudo service apache2 start > > as shown on https://httpd.apache.org/docs/2.4/install.html. > > But this way I am not pulling the latest version. > > From: Richard > Sent: Wed, 28 Apr 2021 23:56 > > >&g

Re: [users@httpd] Detailed Apache monitoring

2021-04-29 Thread Richard
Unless the queries to non-existent links are coming in very high volume they likely aren't your problem. See: <https://httpd.apache.org/docs/2.4/mod/mod_log_config.html> for more details on logging options. > Date: Thursday, April 29, 2021 11:46:10 + > From: Fabio Araga

Re: [users@httpd] Different security warnings for a site with Chrome on Linux, Windows, and iOS

2021-08-09 Thread Richard
> Date: Monday, August 09, 2021 09:51:39 -0500 > From: Tom Browder > > I have a site, , that shows secure (black lock > icon) with the Chrome browser on Linux and Windows 10. However, it > shows the black triangle with the white exclamation point with the > Chrome browser on

Re: [users@httpd] Issues with accessing web page using DNS URL

2021-08-18 Thread Richard
> Date: Wednesday, August 18, 2021 12:48:36 -0500 > From: wendellkb...@gmail.com > > I am wondering if anyone has any idea as to what could be happening > to prevent me from using the URL I have set up with No-IP. > > Particulars: > > 1.I have a static IP > 2.I setup NOIP to send por

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread Richard
> Date: Wednesday, March 30, 2022 15:57:52 +0530 > From: SAJESH PC > > Hi, > I have set up a http server with the configuration given as > attachment. But it is not serving javascript files from the folder > javascript. It is giving a 404 return code. The real intention here > is that the javas

Re: [users@httpd] Best way to Install

2023-05-05 Thread Richard
> Date: Friday, May 05, 2023 19:53:21 -0400 > From: John Iliffe > > Thanks for the prompt response David. This is on Rocky, a Red Hat > derivative. > > I'll see if automatic updates are implemented. On my Fedora > workstation they do happen automatically and I have been burned on > occasion.

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Richard
> Date: Wednesday, June 21, 2023 23:09:45 +0530 > From: Kaushal Shriyan > > When I am trying to access the URL > https://nodejs.mydomain.com/demo/index.html, I am seeing the below > information in Apache HTTP server access logs. > > 172.16.16.45 - drupaladmin [21/Jun/2023:23:04:07 +0530] "GET

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Richard
> Date: Thursday, June 22, 2023 00:13:34 +0530 > From: Kaushal Shriyan > > When i hit https://nodejs.mydomain.com/demo/index.html I see the > below in both httpd error and access logs > ># pwd > /var/log/httpd ># cat error_log > [Thu Jun 22 00:06:34.161122 2023] [suexec:notice] [pid 16995:tid

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Richard
> Date: Wednesday, June 21, 2023 20:14:40 + > From: Richard > > >> Date: Thursday, June 22, 2023 00:13:34 +0530 >> From: Kaushal Shriyan >> >> When i hit https://nodejs.mydomain.com/demo/index.html I see the >> below in both httpd error and

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-25 Thread Richard
> Date: Sunday, June 25, 2023 16:09:23 +0530 > From: Kaushal Shriyan > > I have modified the nodejsbackendssl.conf file located > in /etc/httpd/conf.d/ to the below configuration. > > *#cat /etc/httpd/conf.d/nodejsbackendssl.conf* > > ServerName nodejs.mydomain.com > ProxyP

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Richard
> Date: Monday, July 03, 2023 20:35:36 +0530 > From: Kaushal Shriyan > > I have initiated a new thread to discuss the new issue. I am > running node.js application on port 8000 and Apache HTTP server on > CentOS Linux release 7.9.2009 (Core) > ># node --version > *v16.20.0* ># httpd -v > Serve

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Richard
> Date: Monday, July 03, 2023 22:22:04 +0530 > From: Kaushal Shriyan > > On Mon, Jul 3, 2023 at 10:10 PM Richard wrote: > >> >> > Date: Monday, July 03, 2023 20:35:36 +0530 >> > From: Kaushal Shriyan >> > >> > I have initiated

Re: [users@httpd] ubuntu apache2

2023-11-12 Thread Richard
> Date: Sunday, November 12, 2023 00:09:54 -0500 > From: bruce > > ok... > http://157.245.251.134 > --generates the default apache page.. > > > http://157.245.251.134/wave/ > --generates a 403 forbidden... > from nginx!!! ok.. looks like nginx is/might be interfering > with this... mak

Re: [users@httpd] Ubuntu/Apache2/laravel - test project setup in subdirs

2023-11-13 Thread Richard
> Date: Sunday, November 12, 2023 21:48:57 -0500 > From: bruce > > > the target url that's giving me an issue.. > > http://161.35.5.174/wave/ current live site for now > Symfony \ Component \ HttpKernel \ Exception \ Meth > odNotAllowedHttpException PHP 8.2.10-2ubuntu1 > 9.52.16 > The G

Re: [users@httpd] Forwarding question.

2024-02-09 Thread Richard
> Date: Thursday, February 08, 2024 22:52:59 -0500 > From: joe a > > There are some issues accessing from off premises, that is, when > requests are entering via the internet facing router. Like 301 and > 400 errors. > > ... > > On the apache server the hosts files is used to resolve the hos

RE: [us...@httpd] Fwd: Home Web Server

2009-05-14 Thread Richard Peacock
Hello It's still not working: "The server at 24.78.136.243 is taking too long to respond." That's from http://24.78.136.243:8080/ If it works from your internal network (ie http://192.168.0.100:8080 ) then it's a port-forwarding or firewall issue. Perhaps ch

RE: [us...@httpd] Fwd: Home Web Server

2009-05-14 Thread Richard Peacock
www.whatismyipaddress.com Your router should also show the external/public IP but on my Smoothwall it gives me a different one to what it really is lol so use that website above! Rich -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 14 May 2009 16:57 To: users@htt

RE: [us...@httpd] $_POST equivalent env variable in apache

2009-05-19 Thread Richard Peacock
ch is their official portal. Has all the commands and lots of examples too. Good luck! Richard -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 19 May 2009 14:55 To: users@httpd.apache.org Subject: Re: [us...@httpd] $_POST equivalent env variable in apache Evuraan

RE: [us...@httpd] sending email

2009-06-15 Thread Richard Peacock
I don't think this is an Apache problem, it's either bad PHP or problem with your esmtp configuration by the sounds of it. Have you checked the MAN pages for your esmtp program or checked that your PHP replaces any invalid chars that could prevent emails being sent? Have you tried to create a

[us...@httpd] mod_rewrite

2009-06-16 Thread Richard Schoenig
Hello, I am trying to use mod_rewrite to direct user to another web server when they request a specific page within our application. For instance when a user requests rep*.* with all the following URL information I would like them directed to an alternate server. However, once those requests

[us...@httpd] backup & restore apache & mysql

2009-08-06 Thread Richard Peacock
stions for this)? My Apache is running on Suse 11.0 by the way. Many thanks for any suggestions you may have. Kind regards Richard ** Privileged/Confidential Information may be contained in this message. If you a

RE: [us...@httpd] Re: backup & restore apache & mysql

2009-08-07 Thread Richard Peacock
; Apache backup? Rich -Original Message- From: Sheryl [mailto:gubyd...@his.com] Sent: 07 August 2009 04:51 To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: backup & restore apache & mysql > On 6-Aug-2009, at 10:22, Richard Peacock wrote: >> What would be the b

RE: [us...@httpd] Re: backup & restore apache & mysql

2009-08-11 Thread Richard Peacock
Hello I just wanted to provide an update to the list of my implemented backup procedure (it may help with other people in the same position!) 1. Apache - rsync the file httpd.conf and the conf.d folder over to another machine which is configured with the same Apache version (2.2 IIRC) - it a

RE: [us...@httpd] how to create payment gateway

2009-08-20 Thread Richard Peacock
Oh my, that is the funniest thing I have ever seen!!! ROFL! Ps. Sorry for the spam but Krist, you have really made me laugh out loud! -Original Message- From: Krist van Besien [mailto:krist.vanbes...@gmail.com] Sent: 20 August 2009 12:39 To: users@httpd.apache.org Subject: Re: [us.

RE: [us...@httpd] Re: how to create payment gateway

2009-08-20 Thread Richard Peacock
Oh I did - I just paid little to no attention to it ;) -Original Message- From: LuKreme [mailto:krem...@kreme.com] Sent: 20 August 2009 14:22 To: users@httpd.apache.org Subject: [us...@httpd] Re: how to create payment gateway On 20-Aug-2009, at 06:51, Richard Peacock wrote: > Ps. So

RE: [us...@httpd] Apache logs

2009-08-21 Thread Richard Peacock
Hi A Hole, Thanks for letting us know? (do you mean to ask "Are the Apache logs written when the request is completed?") I have you read the pages at http://httpd.apache.org/ regarding the log files? Ps. Please nobody moan about me "reverse posting", I blame my outlook client! __

RE: [us...@httpd] Apache logs

2009-08-21 Thread Richard Peacock
Oops, there's me questioning someone's post and making a mistake in my reply which makes my post nonsense! Correction: "I have you read the pages at http://httpd.apache.org/ regarding the log files?" should be "Have you ..." _____

RE: [us...@httpd] Handling 404 errors

2009-08-26 Thread Richard Peacock
From: Andrew Hole [mailto:andremailingl...@gmail.com] Sent: 26 August 2009 12:24 To: users@httpd.apache.org Subject: [us...@httpd] Handling 404 errors Hi guys! Actually our web application has a retry mechanism based on http status code returned to client. Just an example: - An http request is

RE: [us...@httpd] Handling 404 errors

2009-08-26 Thread Richard Peacock
Nick Kew wrote:- Richard, when replying, can you quote normally, and not make your reply look like some malformed signature to the original post? I had no idea this was a reply until I hit "reply" in my mailer. RP: Oh, I'm really sorry - I blame outlook ;) I tried to put it at t

RE: [us...@httpd] Handling 404 errors

2009-08-26 Thread Richard Peacock
it would be documented as it is for "F". I would say that performance-wise, Tom's suggestion would be the best (compared to my random hack suggestion anyway!). Richard. From: Andrew Hole [mailto:andremailingl...@gmail.com] Sent: 26 August 20

RE: [us...@httpd] creating a proxy

2009-08-26 Thread Richard Peacock
I don't quite understand what you're trying to do ... "to connect to my server through putty with ssh tunnel" and then later on you try to browse "a web site". Are you tying to set up apache as a proxy server (for outbound requests) and port-forwarding for inbound requests? __

RE: [us...@httpd] creating a proxy

2009-08-26 Thread Richard Peacock
y. [snip] http://httpd.apache.org/docs/2.0/mod/mod_proxy.html I hope these help, personally I use Smoothwall (www.smoothwall.org <http://www.smoothwall.org/> ) for outbound proxy and inbound port-forwarding. ____ From: Richard Peacock [mailto:richard

[us...@httpd]

2009-09-04 Thread Richard Peacock
I have a requirement to create a new feature to our portal, I also apologise if this is not the best place to ask but I have to start somewhere! A user will request a piece of documentation from the webserver (which is customised to their company), these documents are not web-facing so what happ

[us...@httpd] Apache newbie help - Multiple /usr/sbin/httpd2-preforks ...

2010-02-26 Thread Richard Peacock
will help me to understand better. Thank you Richard ** Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to su

[us...@httpd] rewrite rule

2010-03-10 Thread Richard Schoenig
I am new to using mod_rewrite and have been trying to create a rule to do something rather simple, but keep hitting a wall. I have been trying to research online how to do it, but I keep finding global changes and not specific to what I am trying to do. Essentially I am looking to use a rewrite r

RE: [us...@httpd] rewrite rule

2010-03-11 Thread Richard Schoenig
nd and your address bar looks like >"http://www.google.com/perl.pl?n=1"; => your rule is good >Igor >On Thu, Mar 11, 2010 at 3:56 PM, Nilesh Govindarajan wrote: >On Thu, Mar 11, 2010 at 12:12 AM, Richard Schoenig > wrote: > I am new to using mod_rewrite and hav

[us...@httpd] Apache 2.0 server heap size

2010-03-22 Thread Richard Chang
Please forgive me if this is a too simple question. We are using Apache 2.0 server. What is the default heap size setting? what is the range i can set to? We are looking into customization of the heap size. Thanks a lot for help. Richard

RE: [us...@httpd] Apache 2.0 server heap size

2010-03-23 Thread Richard Chang
Thanks for reply. So there is not a (default) heap size setting in apache 2.0 server? Is this ulimit -d or ulimit -m a system setting per user, right? what's setting i should look at if it is a windows system? thanks Richard > Date: Tue, 23 Mar 2010 07:01:48 -0400 >

[us...@httpd] build a proxy server w/ apache pieces?

2009-03-18 Thread Richard Langly
Hey all, I'm searching for a way to do the following (build a proxy of sorts) and wondering if apache or any of it's pieces would allow me to ... - receives a request from a web-browser. - allows me to grab the URL and build a web page. - then forwards the request to the destination.

[us...@httpd] Apache not displaying JPG images in certain folders

2009-03-24 Thread Richard Peacock
ns, you're welcome to ask me! Kind regards Richard ** Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message t

RE: [us...@httpd] Apache not displaying JPG images in certain folders

2009-03-24 Thread Richard Peacock
(and yes, I did remember to "rcapache2 restart" when I had made the changes and saved the config file!). I find it very strange that I can see a directory listing but not access any of the files. Richard -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent

RE: [us...@httpd] Apache not displaying JPG images in certain folders

2009-03-25 Thread Richard Peacock
Further to my email below, I found a solution using the ProxyPass directive. It's working now, thanks to those who tried to help and thanks to the rest for taking the time to read :) Rich -Original Message- From: Richard Peacock [mailto:richard.peac...@minorplanet.com] Sent: 24

RE: [us...@httpd] disabling builtin modules

2009-03-25 Thread Richard Peacock
Hello, I'm not sure if this will work but I don't think there is anything to loose by trying it :) Login as root # a2emmod -l Mod_this mod_that mod_foo mod_bar # a2enmod -d [modname] # a2enmod new_mod_to_add # service apache restart (a2enmod ... -l to list, -d to delete) Although I used a pack

RE: [us...@httpd] disabling builtin modules

2009-03-25 Thread Richard Peacock
les, my main problem is disabling a builtin module in a self compiled apache binary matthias Richard Peacock schrieb: > Hello, > > I'm not sure if this will work but I don't think there is anything to loose > by trying it :) > > Login as root > # a2emmod -l > Mod

RE: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Richard Peacock
Would ProxyPass help? http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass Just a thought because I have a main webserver also running on p80 and a hyperlink to /myapp which takes the user silently to a whole different web server on a different port. Good luck! -Original Message---

RE: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Richard Peacock
orges [mailto:li...@fgeorges.org] Sent: 25 March 2009 13:56 To: Richard Peacock Cc: users@httpd.apache.org Subject: Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container Richard Peacock wrote: > The lines you put in you conf file would be something like: > ProxyR

RE: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Richard Peacock
from all In your VirtualHost declaration? -Original Message- From: Florent Georges [mailto:li...@fgeorges.org] Sent: 25 March 2009 14:35 To: users@httpd.apache.org Subject: Re: [us...@httpd] Redirect a whole site from port 80 to a servlet container Richard Peacock wrote: > If I rec

RE: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Richard Peacock
cal request for http://example.com/mirror/foo/bar to be internally converted into a proxy request to http://backend.example.com/bar. END QUOTE. Richard. -Original Message- From: Florent Georges [mailto:li...@fgeorges.org] Sent: 25 March 2009 14:56 To: users@httpd.apache.org Subject: Re:

RE: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Richard Peacock
Have you tried to just have the two lines without the VirtualHost stuff? ProxyRequests Off ProxyPass / http://localhost:1234/container/ctxt/ Sorry if you have but it's worth a try if not ;) -Original Message- From: Florent Georges [mailto:li...@fgeorges.org] Sent: 25 Ma

RE: [us...@httpd] Redirect a whole site from port 80 to a servlet container

2009-03-25 Thread Richard Peacock
functions/directives etc would vary from one distro to another unless you're running it on Windows. Rich -Original Message- From: Florent Georges [mailto:li...@fgeorges.org] Sent: 25 March 2009 15:44 To: users@httpd.apache.org; Richard Peacock Subject: Re: [us...@httpd] Redirect a whole si

RE: [us...@httpd] How to prevent a site to be grabbed ?

2009-03-26 Thread Richard Peacock
Lol, good answer Krist! Although many people have tried to prevent things like right-click and grabbing of files from their websites, they are all bypassable in one way or another ;) -Original Message- From: Krist van Besien [mailto:krist.vanbes...@gmail.com] Sent: 26 March 2009 10:15

RE: [us...@httpd] DirectoryIndex

2009-03-26 Thread Richard Peacock
;POST": $idLang = $_POST['idLang']; } if ($idLang =="") { $idLang=1; } ... As you're using the Javascript "Window.Location" it is going to change the URL in the address bar. I would add the PHP code above into Inde

RE: [us...@httpd] How to prevent a site to be grabbed ?

2009-03-27 Thread Richard Peacock
.. but surely even if he uses this one-time method then the person who clicks the link for the mp3 file will still get the file? albeit with added server load as it is copied first then deleted - not to mention the additional script work that would be needed? Ultimately, there is no way to prot

[us...@httpd] proxy module to cache requests

2009-03-31 Thread Richard Langly
I'm working on writing my own apache module and I want to use apache as a proxy and serve files that are not on the file system. So I'd like my module to make a request to another web server to get these files and place them on the file system so they can be served locally. Is this possible, if so

RE: [us...@httpd] Looking for cheap and secure Authentification - Build own OTP?

2009-04-02 Thread Richard Peacock
At work we have a series of changing passwords, they are based around the date. For example, the least secure of our passwords would be worked out something like: - mmdd = password So if the date is April 02 2009, then the mmdd string would be 0402. The password would be calculated as

[us...@httpd] Apache recycle

2009-05-07 Thread Richard Schoenig
We are having issues with Apache 2.059 on windows when it recycles. Occasionally the error.log will lock and not be accessible to the system at all anymore. The other issue we are having is with the recycling itself. It just stops and the web server will no longer recycle when it reaches max re

RE: [us...@httpd] Apache recycle

2009-05-07 Thread Richard Schoenig
I am referring to when Apache reaches max connections and should start a new child process. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, May 07, 2009 2:53 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache recycle Richard Schoenig wrote

[EMAIL PROTECTED] Images are not shown

2006-02-05 Thread Richard Vinke
and FF), FF says the content of the image is 0 bytes. The ALT text is working normaly. No error messages are found in the access file and the error log file. When I use the https://pentium1 the images are there! (whatch the 's' after http) What do I do wrong? King regard

Re: [EMAIL PROTECTED] Images are not shown

2006-02-06 Thread Richard Vinke
Thanks! This did the job! Joshua Slive wrote: On 2/6/06, Richard Vinke <[EMAIL PROTECTED]> wrote: Hello, I installed the newest XAMPP package on a pentium1, 133MHz, 64MB. With a simple index.html I test the server. But no images are visable at the client. The access log f

Re: [EMAIL PROTECTED] Documentation in httpd 2.2

2006-04-25 Thread Richard Collyer
Martas wrote: What is the URL for documentation page when httpd 2.2 is installed? Thanks for advice, M. http://httpd.apache.org/docs/2.2/ Richard - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] Help on http and https using different domains

2006-05-03 Thread Richard Collyer
they are for a different subdomain. Regards, Richard - 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: [EMAIL PROTECT

Re: [EMAIL PROTECTED] Access counter

2006-05-22 Thread Richard Collyer
them awstats or something...would be nice to have. Cheers Richard - 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-m

Re: [EMAIL PROTECTED] Access counter

2006-05-22 Thread Richard Collyer
Emmanuel.Leguy wrote: Richard Collyer a écrit : There are plenty of free counters that users add via an image. This could be an idea. It is exactly what I need. Why not give them awstats or something...would be nice to have. I already use it but users want a counter in real time. In

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-04 Thread Richard DeWath
s a simple problem in my configuration, so if anyone can point me to the documentation or help me resolve this, I do appreciate it. Somehow, getting it work under XP has become a cause. Cheers, Richard --- "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > The announceme

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-06 Thread Richard DeWath
again. Richard --- Bill Angus <[EMAIL PROTECTED]> wrote: > If phpinfo works -- then you have a working php. Be > sure to protect a script which accesses pgpinfo by > locating it in a restricted-access directory (as > phpinfo echoes protected information (i.e. your > password)

[EMAIL PROTECTED] ColdFusionMX7 and Apache 2.2

2006-06-11 Thread Richard Cox
I would like to hear from anyone who has had success in running ColdFusion MX v7 with Apache 2.2 under Windows. Thanks, Richard _ Richard Cox [EMAIL PROTECTED] Lat: 37.263696  (37 15' 49.300N) Long: -121.981593  (121 58' 53.7348W)   

Re: [EMAIL PROTECTED] Solved: Re: [EMAIL PROTECTED] Problem with Virtual Hots

2006-06-26 Thread Richard Collyer
Dan Thayer wrote: FUCK please stop emailing me, i'm getting about 30-50 a day!!! FFUUCCKK There is an unsubscribe link at the bottom of each e-mail. Please follow that. - The official User-To-User support forum of the Apac

[EMAIL PROTECTED] Xampp Apache on win 2003. Problem with setting up a Virtual Host

2007-03-20 Thread Richard Luckhurst
is virtual host going. Regards, Richard Luckhurst Product Development Exodus Systems - Sydney, Australia. [EMAIL PROTECTED] Tel: (+612) 4751-9633 Fax: (+612) 4751-9644 Web: www.resmaster.com = Exodus Systems - Smarter Systems,

Re[2]: [EMAIL PROTECTED] Xampp Apache on win 2003. Problem with setting up a Virtual Host

2007-03-20 Thread Richard Luckhurst
ter.com or print.book.resmaster.com I get the 403 error Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If I comment out the Include conf/extra/httpd-vhosts.conf directive and restart Apache

Re: [EMAIL PROTECTED] Revisiting my FastCGI problem

2007-03-21 Thread Richard Lynch
I don't know much about this, but you may be running afoul of the SE Linux settings in /etc/ On Wed, March 21, 2007 1:01 pm, Dragon wrote: > I originally posted here last week about a problem I am having with > FastCGI under Apache. > > After enabling debug log level and doing a few other experime

[EMAIL PROTECTED] mod_evasive - testing remotely

2007-04-10 Thread Richard Solid
*I have 3 questions here. 1.* I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server. I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the i

[EMAIL PROTECTED] Javascript with extended ASCII Characters no longer working correctly

2007-04-10 Thread Richard Luckhurst
We have tested with IE 5.5, 6 and 7. I would appreciate any thoughts on this problem as I am trying to find a way around having to make hundreds of changes to our existing javascript code. Regards, Richard Luckhurst Product Development Exodus Systems

[EMAIL PROTECTED] php

2007-04-18 Thread Richard Dunne
execute the request with jakarta, so this leaves me to believe this is an apache issue. Does anyone have an insight into this? Richard. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[EMAIL PROTECTED] Apache and ajax

2007-04-19 Thread Richard Dunne
: code 0: the specified line is http.setRequestHeader("text"); http.send(null); Does anyone have an idea why this is causing an error? Richard. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [EMAIL PROTECTED] Apache and ajax

2007-04-19 Thread Richard Dunne
n the middle of reworking my javascript as a result. - Original Message From: Pid <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Thursday, April 19, 2007 7:39:01 PM Subject: Re: [EMAIL PROTECTED] Apache and ajax Richard Dunne wrote: > I was using localhost:8080 on jakarta tomc

[EMAIL PROTECTED] rendering php

2007-04-19 Thread Richard Dunne
I was able to view php webpages in localhost with jakarta tomcat, but I had a problem with executing php scripts using ajax. Now I am using apache instead, but instead of seeing the webpage, I am seeing the code. does anyone have any suggstions? Richard

[EMAIL PROTECTED] IE works, Mozilla doesn't - no clue why!

2007-04-23 Thread Richard Dunne
either. Does anyone have an insight into this? Richard. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - The official User

[EMAIL PROTECTED] apache2 not updating files

2007-04-24 Thread Richard Dunne
anyone know this is happening? Richard. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - The official User-To-User

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-24 Thread Richard Dunne
AIL PROTECTED]> To: users@httpd.apache.org Sent: Tuesday, April 24, 2007 9:03:44 PM Subject: Re: [EMAIL PROTECTED] apache2 not updating files On 4/24/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > I have edited a php webpage in my project folder today so the last modified > date

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Richard Dunne
On 4/24/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > Sorry for any confusion, I have apache2 installed on my laptop. When I view > the files listed at http://localhost/Project in both IE and firefox, the last > modified date of the file that I edited today shows sundays date

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Richard Dunne
users@httpd.apache.org Sent: Wednesday, April 25, 2007 8:53:37 PM Subject: Re: [EMAIL PROTECTED] apache2 not updating files On 4/25/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > Last date modified is listed in my directory http://localhost/Project I have > attached a word attachment with

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-26 Thread Richard Dunne
One way I found of updating the files last modified time/date is by moving to another dir/folder. It then get timestamped the moment its copied to the new folder. Other that that I'm at a loss as well. Rebootin the server has not impact Richard. - Original Message From: J

[EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Can anyone tell me what would prevent apache2 server from updating its last modified by file index. I am running apache2 and the last modified date is not updating, even when I restart the server. Richard __ Do You Yahoo!? Tired of spam? Yahoo

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
] Sent: Friday, April 27, 2007 7:17:58 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified On 4/27/07, Robert T Wyatt <[EMAIL PROTECTED]> wrote: > Richard Dunne wrote: > > Can anyone tell me what would prevent apache2 server from updating its last > > modified b

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
users@httpd.apache.org Sent: Friday, April 27, 2007 8:23:45 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified Unfortunately I'm non-php-savvy. Nevertheless, it would seem reasonable to ask exactly how (and when) index.php is generated. Good luck, Robert Richard Dunne wrote: > Yes

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
;m non-php-savvy. Nevertheless, it would seem reasonable to ask exactly how (and when) index.php is generated. Good luck, Robert Richard Dunne wrote: > Yes the index page where the files are listed http://localhost/index.php. I > am using Editplus on XP. I thought, and I may be wro

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Hanging my head in shame, I was editing the file copy at c:\Project\file.php, when I should of course have been editing c:\Program Files\Apache Group\Apache2\htdocs\Project\file.php If you can't laugh at yourself for making a silly mistake, even one as silly as this! Richard. - Ori

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Ok I deserved that. - Original Message From: Joshua Slive <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Friday, April 27, 2007 10:33:49 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified On 4/27/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > Han

[EMAIL PROTECTED] Can't find index.html

2007-05-22 Thread Richard Luckhurst
have I forgotten to set up? Regards, Richard Luckhurst - 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

[EMAIL PROTECTED] Re[2]: Can't find index.html

2007-05-23 Thread Richard Luckhurst
Hi Boyle, Wednesday, May 23, 2007, 4:23:28 PM, you wrote: >> -Original Message- >> From: Richard Luckhurst [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, May 23, 2007 1:09 AM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] Can't find i

Re[2]: [EMAIL PROTECTED]: Can't find index.html

2007-05-24 Thread Richard Luckhurst
t see where it came from. Thanks for your help yesterday. Regards Richard >> -Original Message- >> From: lists [mailto:[EMAIL PROTECTED] >> > >> > In the case that is causing problems it is >> https://secure.resmaster.com/ that does not work >>

[EMAIL PROTECTED] apache 2.0 vs. 2.2 shared memory help?

2007-06-26 Thread Richard Fogle
I know this is the apache list, I'm having problems with mod_auth_kerberos and that mailing list is a bit silent on this issue. I'm hoping someone ran across this out there and may have a solution or feedback! Thanks in advance, everything works fine in apache 2.0, details below: I'm st

[EMAIL PROTECTED] Riddle Me This

2007-08-07 Thread Richard Eng
www.goodsexnetwork.com to 74.102.141.248/goodsexnetwork/.) This frame is causing me problems. Why has Apache done this (inserted a frame into the situation)? And is there a way to prevent the use of the frame? (The frame causes ³screen flashing² as users navigate from one webpage to t

Re: [EMAIL PROTECTED] Riddle Me This

2007-08-07 Thread Richard Eng
Richard Eng wrote: > Could someone please explain this to me? I�ve configured Apache2 to perform > reverse proxying on my web application. I�ve added the following to > httpd.conf: Just on the off chance this is not a spam/junk mail attempt I will try and help you. > > LoadModul

Re: [EMAIL PROTECTED] Riddle Me This

2007-08-08 Thread Richard Eng
is because I'm still in the development phase, not ready for deployment. My server at 74.102.141.248 is just a test platform, which BTW is not up all the time (because I'm not testing all the time). Regards, Richard --- Lester Caine wrote: I don't believe this ha

RE: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread Fought, Richard
> > I don't know why my access_log file is always 0 bytes size. > I've searched all among httpd.conf but can't find where's the problem. > Do you have CustomLog directives defined in any virtual hosts? I believe that would cause the behavior you are seeing. See http://httpd.apache.org/docs/

[EMAIL PROTECTED] Questions regarding logging

2007-08-27 Thread Fought, Richard
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

<    1   2   3   4   5   >