Re: [users@httpd] Apache server offline

2019-03-19 Thread Lester Caine
s not working. I've just been having fun with phpMyAdmin where the backup is failing because PHP runs out of memory, so you should perhaps be loking at the php logs rather than Apache ... -- Lester Caine - G8HFL - Contact - https://lsces.co.uk/wiki/?page=contact L.

Re: [users@httpd] What is preferred PHP interface?

2017-03-30 Thread Lester Caine
keep everything up to date. This is one reason php-fpm is now preferred since it essentially separates PHP from the web server. I currently have php5.4, php5.6 and php7 running into apache and nginx and can update one without affecting the other. -- Lester Caine - G8HFL -

[users@httpd] Access forbidden to wordpress tinymce loader

2017-01-12 Thread Lester Caine
but the tinymce language files were enabled in the root .htaccess :( Posting anyway for reference as all the google searches were giving solutions at a total tangent to the actual bug and I'd spent 2 hours trying to track the problem! -- Lester Caine - G8HFL - Con

Re: [users@httpd] "localhost/index.php" don't run.

2016-08-22 Thread Lester Caine
age manager is still showing PHP5 so I've manually installed PHP7 and then had to manually add to Apache https://software.opensuse.org/search?q=php7&baseproject=openSUSE%3ALeap%3A42.1&search_devel=false&search_unsupported=false has now appeared and may solve your probl

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Lester Caine
olestguidesontheplanet.com/forbidden-403-you-dont-have-permission-to-access-username-on-this-server/ looks like a good start and seems to be saying that the built in version IS using the /etc/apache location for tee config files ;) -- Lester Caine - G8HFL - Contact -

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Lester Caine
all from apache.org it can use a different setup so may not ACTUALLY be using /conf/ ... my parallel setups of Apache2.2 and Apache 2.4 use the /etc/apache and /opt/apache24 directories But we need a 'Mac' expert to confirm that. -- Lester Caine - G8HFL -

Re: [users@httpd] Apache permissions stabs new Linux user in face with icepick. Suggestions?

2016-03-10 Thread Lester Caine
, but that may simply link to uid.conf ... each distribution seems to have it's own preferences on setting this up. Adding to the jigsaw, the user for a database connection on the same machine may be different again. All of this is not really an 'icepick', but makes a lot more sense

Re: [users@httpd] Localhost cannot be accessed when Apache is started

2016-01-15 Thread Lester Caine
is not right if it's mixing versions. Also PHP5 has a different version of library for Apache 2.4 and 2.2 which may be the same problem. But we need someone who actually uses Mac to confirm things ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?p

Re: [users@httpd] Localhost cannot be accessed when Apache is started

2016-01-15 Thread Lester Caine
s where you installed from? Simply removing line 20 should allow httpd to run and let you at least get the 'It works' message. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.u

Re: [users@httpd] Localhost cannot be accessed when Apache is started

2016-01-15 Thread Lester Caine
llation is failing to start properly. That is the problem rather than Apache -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Di

Re: [users@httpd] Apache stops serving pages

2016-01-11 Thread Lester Caine
have been even more responsive, back to the 24/7 stability that W2k and NT4 provided and even smaller percentages on the active working times :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://

Re: [users@httpd] Fwd: E tag numbers

2015-05-11 Thread Lester Caine
d. NOTHING provided by eTag is recorded outside the using system, but that may well be a system running on hundreds of machines all producing the same eTag. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Se

Re: [users@httpd] 回覆︰ [users@httpd] 回覆︰ [users@httpd] About installing Apache web server

2015-04-14 Thread Lester Caine
he machines. Yes - you use another machine to do the GUI work. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://

Re: [users@httpd] 回覆︰ [users@httpd] About installing Apache web server

2015-04-14 Thread Lester Caine
ou are trying to achieve? If you WANT to use a graphic browser on the server then you need a desktop, but APACHE does not need the desktop, only the browser. You can chck the text logs and status to verify that the server is running, and test graphic pages via a remote browser. -- Lest

Re: [users@httpd] About installing Apache web server

2015-04-14 Thread Lester Caine
ccess via ssh and then use things like phpinfo to test things over the internet. You only need to know that the server is running and then you can access it remotely as web pages. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine El

Re: [users@httpd] PHP works but not PHP pages.

2014-03-17 Thread Lester Caine
st few major version changes in that. If you have made the move in a few hours and have a working setup then you have been very lucky ;) I'm still working on legacy code that will not run on the current versions :( -- Lester Caine - G8HFL - Contact - http://lsces

Re: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Lester Caine
You need PDO_MYSQL as well as the base PDO ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainb

Re: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Lester Caine
a print('TEST'); kill(); and move it down the page until I identify what is going wrong :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.

Re: [users@httpd] Apache web server 2.2 installation problem on Windows 7

2014-01-09 Thread Lester Caine
t;, but I got failed results (please find the attachment). Am I wrong here somehwere? Well you have the right question to ask ... http://www.apachelounge.com/viewtopic.php?p=19971 is just one of many answers that will hopefully explain how to fix it ;) -- Lester Caine - G8HFL -

Re: [users@httpd] How to fix this issue for httpd service

2014-01-02 Thread Lester Caine
nything with mysql in the URL returns a google lookup of the IP address for instance :) But I've even got that switched off at the moment and am not seeing much 'suspect' traffic. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?pa

Re: [users@httpd] How to fix this issue for httpd service

2013-12-31 Thread Lester Caine
esorted to simply forwarding a few key URL's back to Google. Anything with mysql in the URL returns a google lookup of the IP address for instance :) But I've even got that switched off at the moment and am not seeing much 'suspect' traffic. -- Lester Caine - G8HFL ---

Re: [users@httpd] Can not Find Apache 2.4 Installable Version (Binary or .msi)

2013-12-12 Thread Lester Caine
has VC11, VC10 and other builds with 32 and 64 bit versions. The old 'single' download is no longer practical. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http:

Re: [users@httpd] Is it alive?

2013-09-17 Thread Lester Caine
Smith, Burton wrote: How do you tell if a server is running apache? * I can see processes running. * I can't surf to it - website is online but isn't responding to connection attempts. Firewall? Is it working as localhost on the machine. -- Lester Cai

Re: [users@httpd] Upgrading owncloud to 2.4

2013-08-05 Thread Lester Caine
:( Hopefully the people who developed these changes in the rules can spot what has gone wrong? Those of us who are trying to implement the changes need that expert input hence asking here! On Sun, Aug 4, 2013 at 12:53 PM, Lester Caine wrote: Jose R R wrote: You may find additional helpl her

Re: [users@httpd] Upgrading owncloud to 2.4

2013-08-04 Thread Lester Caine
On Sat, Aug 3, 2013 at 3:06 PM, Lester Caine wrote: I'm struggling with conflicting patches to get owncloud working with apache2.4 The existing rewrite setup I know needs reworking but I'm not competent enough to sort it out. RewriteEngine on RewriteRule .* - [env=HTTP_AUTH

[users@httpd] Upgrading owncloud to 2.4

2013-08-03 Thread Lester Caine
7;m getting a valid match in the log file, but nothing is appearing in the access log ... Any ideas how to rework this please? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [users@httpd] Hi for 2.4 windows binares

2013-05-19 Thread Lester Caine
copy. That would have need next on the list ;) Anindya also does 64 bit versions of PHP to go with his builds. Apache Lounge have a few extra 'versions' and additional modules, but both are reliable sources. -- Lester Caine - G8HFL - Contact - http://lsces.

Re: [users@httpd] Hi for 2.4 windows binares

2013-05-17 Thread Lester Caine
Muralidhar Yaragalla wrote: Hi where can i get the binaries for windows for 2.4 version? http://www.apachelounge.com/download/ -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve

Re: [users@httpd] Apache time zone > daylight saving time > missing an hour of logs?

2013-03-11 Thread Lester Caine
#x27;s the client viewing information that should be the point at which DISPLAY of times is modified to a particular time zone view. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySo

Re: [users@httpd] Apache HTTP Server 2.4.x for Windows?

2012-12-21 Thread Lester Caine
dled distributions' with PHP and a database, so the provision of an 'official' windows build is now as questionable as providing builds for Linux? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - ht

Re: [users@httpd] new installation

2012-12-02 Thread Lester Caine
probably a better starting point. That will configure everything to work together and get you going. As you learn how things work then you will begin to understand what each element does, and then you might find that your better switching to a real database rather than mysql ;) -- Lester Caine

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
Ben Johnson wrote: On 11/13/2012 4:54 PM, Lester Caine wrote: Ben Johnson wrote: My rewrite rules are stored in a config file 'mod_rewrite.conf' which is loaded in every vhost.d config file. To get this working I've copied all the code directly into one of the vhost.conf

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
x27; element is not displayed in the rewrite log on the 2.2 version which is working fine. So I ASSUMED the fact that the 2.4 version was working the same ... So where do I report this problem. As far as I can see this IS a bug? -- Lester Caine - G8HFL - Contact - h

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
eaningful answer. lines like RewriteRule ^/?wiki/view/(.+)$ /wiki/index.php?page=$1 [L] have been ammended to RewriteRule ^/?wiki/view/(.+)$ /srv/website/eveshamtc.org.uk/wiki/index.php?page=$1 [L] 'A web-path to a resource' is not using the DocumentRoot setting --

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
fferent - don't understand why - but currently it looks like have to manually rewrite every vhost file as 2.4 is simply not including the 'DocumentRoot' value in the same way it is included on 2.2 :( -- Lester Caine - G8HFL - Contact - http://lsces.co.u

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
d in every vhost.d config file. To get this working I've copied all the code directly into one of the vhost.conf files and then added the hard coded paths to the re-write rules. So now the question is "Is there something I can use to add the vhost path automatically in the ge

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
irectory config files I've avoided using .htaccess so far as I thought THAT was frond on? Am I going to have to switch everything back to directory based, having spent a lot of time stripping it on 2.2 :( -- Lester Caine - G8HFL - Contact - http://lsces.co.u

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
Lester Caine wrote: Found a few little niggles while sorting mod_info. I was still running mod_access_compat and switching that off flagged a couple of problems. All have now been cleared but no change to the 403 error on rewrite results. mod_info is now loaded, but currently I'm

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
ies cannot view your configuration directives. mod_info is now loaded, but currently I'm just flipping to home page just working through the settings. Just working through Yehuda's link as well. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?pag

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
give the right errors when I make a mistake but I am now lost as to where to go next. mod_info should be running, but I'm not seeing it currently still working on this. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
ation" and not all of them are obvious. Even to an expert. Thanks for the nudge ... since this has all been running for years on 2.2 I had hoped that it was just something I had not changed on the 2.4 setup? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Lester Caine
Lester Caine wrote: I'm missing something simple I am sure ... Am moving from 2.2 to 2.4 and this works on 2.2! http://eveshamtc.lsces.co.uk works ... The vhost file has 301 redirects from the original .aspx links, so http://eveshamtc.lsces.co.uk/lifeinevesham.aspx is redirected to

[users@httpd] 403 Forbidden ...

2012-11-09 Thread Lester Caine
All Require all granted But only the last should be required So what am I missing to make this work on httpd2.4 ? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http:

RE: [users@httpd] Apache 2.4 for windows????

2012-10-03 Thread Lester Caine
> Are those binaries stable and ready for production server use Hope so - many of us have been using the 64 bit versions for years! > > Regards, > Abhishek Gupta > > -Original Message----- > From: Lester Caine [mailto:les...@lsces.co.uk] > Sent: Thursday, O

Re: [users@httpd] Apache 2.4 for windows????

2012-10-03 Thread Lester Caine
abhishek wrote: Does anyone have an idea on when will Apache 2.4 binaries be available for windows? http://www.apachelounge.com/download/ is the closest you will get to 'official' downloads. ApacheLounge has always provided the latest binaries and useful supporting modules. -- Le

[users@httpd] rewrite niggle

2012-07-24 Thread Lester Caine
og command I get an Invalid command 'RewriteLog' error, yet the other rewrite entries don't give any problem. Actually - the working system gives the same error! What is the easiest way of debugging what is going wrong? -- Lester Caine - G8HFL - Con

Re: [users@httpd] help loading a webpage in apache

2012-07-22 Thread Lester Caine
ndows? There is no point. If you are having problems on Linux, most distributions have their own packages for apache, php and mysql ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk Enquiry

[users@httpd] Lost a server ... was working fine

2012-06-13 Thread Lester Caine
had accessed the machine direct as I was expecting it to do. So would 'Redirect' action that or am I looking for some DNS path problem ... localhost is getting 'redirected' as well ... so I think I suspect Apache here? -- Lester Caine - G8HFL - Co

Re: [users@httpd] Re: [ANNOUNCEMENT] Apache HTTP Server 2.4.1 Released

2012-04-08 Thread Lester Caine
Good Guy wrote: Lester Caine wrote: > Moshe Ben-Shoham wrote: >> Hi, >> >> I am also waiting for the Windows binaries for httpd-2.4.1. I saw that >> Expat 2.1.0 was released, zlib 1.2.7 was not yet released and OpenSSL >> 1.0.1 was released. >> >

Re: [users@httpd] Re: [ANNOUNCEMENT] Apache HTTP Server 2.4.1 Released

2012-04-08 Thread Lester Caine
Expat 2.1.0), is there any idea if zlib 1.2.7 is coming soon? Starter for ten http://www.anindya.com/apache-http-server-2-4-1-x86-and-x64-windows-installers/ -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http

Re: [users@httpd] 'redirect' to a single domain name

2012-03-16 Thread Lester Caine
Lester Caine wrote: Tom Evans wrote: Tapped all that out, and THEN remembered that this is a FAQ: http://httpd.apache.org/docs/2.2/rewrite/remapping.html#canonicalhost TA ... Problem solved :) Helps if you edit the .co.uk record rather than the .org.uk one -- Lester Caine - G8HFL

Re: [users@httpd] 'redirect' to a single domain name

2012-03-16 Thread Lester Caine
Tom Evans wrote: Tapped all that out, and THEN remembered that this is a FAQ: http://httpd.apache.org/docs/2.2/rewrite/remapping.html#canonicalhost TA ... PS: the same Lester Caine who posts on the register boards? Probably :) Don't get much time to read the news these days ... -- L

[users@httpd] 'redirect' to a single domain name

2012-03-16 Thread Lester Caine
be handled inside the for it to correctly map what is listed in the ServerAlias to match the ServerName entry? What IS the politically correct way of handling this? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Elect

Re: [users@httpd] 2.4.1 crazy logging

2012-03-11 Thread Lester Caine
- Original message - > [Sun Mar 11 08:19:40.020588 2012] [core:notice] [pid 25207:tid > 3069507888] AH00052: child pid 25295 exit signal Segmentation fault > (11) > > Is that to be worried about? At last someone reporting segfaults ... I'm getting these from PHP, so do you know what is crea

Re: [users@httpd] 2.4.1 vhost setup

2012-03-09 Thread Lester Caine
nging the .htaccess code for compression to the code in Apache's documentation fixed it for me. No mod_deflate ... it's a 'basic' build of the 2.4.1 with php the only 'extra' but see other post ... it's working now - go figure. -- Lester Caine - G8HFL

Re: [users@httpd] 2.4.1 vhost setup

2012-03-09 Thread Lester Caine
Eric Covener wrote: On Fri, Mar 9, 2012 at 2:06 PM, Lester Caine wrote: > OK what am I doing wrong > > AH00548: NameVirtualHost has no effect and will be removed in the next > release /opt/apache2/conf/httpd.conf:345 > > But if it has no effect why when I remove it does

[users@httpd] 2.4.1 vhost setup

2012-03-09 Thread Lester Caine
t one application which is running fine on Apache2.2/PHP5.3.10 but is giving me seg faults on Apache2.4.1/PHP5.4 ... yet all other sites are running fine. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services -

Re: [users@httpd] apache 2.4.1 and php 5.4(same with any) problem

2012-03-02 Thread Lester Caine
divines wrote: But php simply does not work when i try to open php files, and logs has nothing to show. Is that 'apache starts without an error'? If so what happens when you try and open a PHP page? Do you have the simple http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - htt

[users@httpd] Preferred way of limiting direct access

2012-02-27 Thread Lester Caine
but keeping everything related to a bundle like 'wiki' in one directory allows a modular approach which IS working well otherwise. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.u

Re: [users@httpd] name-server

2011-12-03 Thread Lester Caine
Dr. Sunil M. Dogra wrote: hi Lester Caine, my ISP is ernet india and cdrstdu.edu.in <http://cdrstdu.edu.in> is also registered with http://www.registry.ernet.in/ I think you need to be talking to them to find out how you set up the ip address of your machine. CDRSTDU.EDU.IN can't b

Re: [users@httpd] name-server

2011-12-03 Thread Lester Caine
ynamic dns' providers who will compensate for a change of ip address if you don't have a static one. e need a little more info on how you access the internet ;) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electroni

Re: [users@httpd] Re: Server default vhost

2011-11-04 Thread Lester Caine
NameVirtualHost *:80 in httpd.conf I then have a line Include /etc/apache2/vhost.d/*.conf and each virtual host has it's own xxx.conf file in the vhost.d directory -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic

Re: [users@httpd] PHP 5.3.6 for Apache VC 9 binaries

2011-08-01 Thread Lester Caine
aries, imagemagick for instance - http://lsces.co.uk/wiki/index.php?page=PHP+Extension+Magickwand -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engi

Re: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread Lester Caine
oblem. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/inde

Re: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread Lester Caine
quick glance tells me you need to be asking on the Greenstone support list since it obviously packages it's own version of apache with that. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.

Re: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread Lester Caine
do this? Any help would be much appreciated. What are you running on ? My SUSE setup includes it with the base apache2 install, but other modules are loaded individually. And they are loaded in the Apache directory /usr/lib64/apache2/mod_rewrite.so for example. -- Lester Caine - G8HFL

Re: [users@httpd] PHP Parsing Problem

2011-06-15 Thread Lester Caine
e with PHP, but most distributions simply decide that themselves. And have created their own way of enabling stuff in Apache and PHP :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk Enqu

Re: [users@httpd] How to run a backup server?

2011-06-14 Thread Lester Caine
but in my case I'd also have to loose capability to get things DOWN to the level I currently pay. There is no conflict ... the problem is more one of what you need the backup for? That will determin which is the best route. -- Lester Caine - G8HFL - Contact

Re: [users@httpd] How to run a backup server?

2011-06-13 Thread Lester Caine
d healthier) to just get a VPS somewhere... In my case, cost of storage makes the hosted options silly money. I'm running 5Tb here but only have 500Mb on the remote service. That and I like to use a REAL database which is not generally available ;) -- Lester Caine - G8HFL -

Re: [users@httpd] How to run a backup server?

2011-06-10 Thread Lester Caine
of switching over an entry in the router. ISP's have a bigger version of that handling many machines ... Then I have the machines set up to rsync regularly and also rsync to another machine at my ISP. I don't use MySQL myself, Firebird handles replication between machines, and in

Re: [users@httpd] Apache is listening but not responding

2011-05-25 Thread Lester Caine
John Fitzgibbon wrote: I have installed Apache on Linux. This is the directive for the home directory. Linux - with a windows path? If it IS a windows machine, then IIS may be already using port 80 hence being able to switch to another port. -- Lester Caine - G8HFL

Re: [users@httpd] Apache 2.2 with PHP 5.3.6 (VC9)

2011-03-18 Thread Lester Caine
here have been reports of problems. That may just be finger trouble, but when reporting problems on the PHP list at least one can say 'yes apache is a VC9 build!' to shut them up. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L

Re: [users@httpd] Apache 2.2 with PHP 5.3.6 (VC9)

2011-03-17 Thread Lester Caine
make them available)? Does anyone have a better suggestion? http://www.apachelounge.com/download/ - not 'official' but certainly the best alternative for those of us who have HAD to bow to PHP's unilateral dictates ;) -- Lester Caine - G8HFL - Contact

Re: [us...@httpd] Setting Up Virtual Host Help Needed on WinXP

2010-06-03 Thread Lester Caine
There must be some directive in the httpd.conf file to allow sub-folders to be visible, right? Your base httpd.conf file probably has a entry to disable the entire file system, but ... AH try taking the final slash off in DocumentRoot "D:/webapps/myapps/" DocumentRoot "

Re: [us...@httpd] virtual host failure on SUSE

2010-05-25 Thread Lester Caine
ce since this really does screw up managing each vhost. I'm just stuck with it on the hosting machines. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com

Re: [us...@httpd] virtual host failure on SUSE

2010-05-25 Thread Lester Caine
Nilesh Govindarajan wrote: On Tue, May 25, 2010 at 2:47 PM, Lester Caine wrote: Nilesh Govindarajan wrote: On Tue, May 25, 2010 at 3:01 AM, Lester Cainewrote: I've had this problem before and fixed it but can't remember what the fix was :( I've got a couple of virtual s

Re: [us...@httpd] virtual host failure on SUSE

2010-05-25 Thread Lester Caine
Nilesh Govindarajan wrote: On Tue, May 25, 2010 at 3:01 AM, Lester Caine wrote: I've had this problem before and fixed it but can't remember what the fix was :( I've got a couple of virtual sites on an SUSE server which I've just updated and now what was perfectly funct

[us...@httpd] virtual host failure on SUSE

2010-05-24 Thread Lester Caine
Any ideas where to look next? As I say it was working fine this morning :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital

Re: [us...@httpd] Internet Explorer 6

2010-05-11 Thread Lester Caine
is time to convince those councils that can't afford to replace hardware that Firefox IS a more popular browser and more secure :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk Enquiry

Re: [us...@httpd] Someone hacked my apache2 server

2010-04-04 Thread Lester Caine
eing redirected, but only on a couple of DNS servers, everybody else saw the correct IP address. Your description of 'all sites' simply confirms that your users are getting the wrong DNS lookup, rather than YOUR site having been compromised. -- Lester Caine - G8HFL --

Re: [us...@httpd] Someone hacked my apache2 server

2010-04-03 Thread Lester Caine
have had a number of sites giving us a 'problem', but when accessed with the IP address of the machine direct then they are actually fine! -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsce

Re: [us...@httpd] Apache 1.3 OS X 10.4 help

2010-02-25 Thread Lester Caine
Rupert Reid wrote: On 25 Feb 2010, at 14:13, Lester Caine wrote: Rupert See Rich's post It explains the problem nicely. I was off teack a little as my own setup needed ip addresses for different reasons when I set it up. It is the 'forwarding' that needs to be 'fixed&#

Re: [us...@httpd] Re: Apache 1.3 OS X 10.4 help

2010-02-25 Thread Lester Caine
how in text-only. Sigh. I've got text set here and am not seeing a problem on Seamonkey ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engin

Re: [us...@httpd] Apache 1.3 OS X 10.4 help

2010-02-25 Thread Lester Caine
Rupert See Rich's post It explains the problem nicely. I was off teack a little as my own setup needed ip addresses for different reasons when I set it up. It is the 'forwarding' that needs to be 'fixed' rather than your end :( -- Lester Caine - G8HFL

Re: [us...@httpd] Apache 1.3 OS X 10.4 help

2010-02-24 Thread Lester Caine
uld be taking care of. Before I had proper dns serving of my own website I used to have to look at it from the outside. I could not see it properly inside my IP address ;) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Se

Re: [us...@httpd] Second request - help with Apache Server Set-up issue for new user

2009-10-29 Thread Lester Caine
ne, and it will not prevent Apache/PHP starting -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.

Re: [us...@httpd] New User trying to install Apache server on Windows XP

2009-10-27 Thread Lester Caine
pect that you have had the php bits added via a second file. In any case is should not stop apache/php running, so checking you setup with a 'phpinfo();' will probably work. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine

Re: [us...@httpd] Apache for Windows won't start

2009-09-02 Thread Lester Caine
unning as SYSTEM. > > Next step? :-) Disable IIS? I seem to recall it 'hogs' port 80 even if it's not showing as running? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk

Re: [us...@httpd] Compiling Apache on windows VC9

2009-06-05 Thread Lester Caine
William A. Rowe, Jr. wrote: William A. Rowe, Jr. wrote: Lester Caine wrote: PHP have decided that PHP5.3 will be the last version available for windows on VC6, and that PHP6 will be VC9 only, so is any work being done on a VC9 version of Apache? This seems to be in line with making IIS the

[us...@httpd] Compiling Apache on windows VC9

2009-06-05 Thread Lester Caine
is the best place to 'go' to discuss this upcoming problem and try and add Apache to the PHP builds I'm currently doing privately? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.

Re: [us...@httpd] configuring mysql with php

2009-06-03 Thread Lester Caine
, so you will need to uncomment the correct extension for the version of MySQL you are actually using, and then restart Apache to load it. ( I prefer a real database so I'm not sure which ones you need ;) ) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-24 Thread Lester Caine
Res wrote: On Sun, 24 May 2009, Lester Caine wrote: This is a general anarchy problem with everybody reinterpreting the 'rules' for standardisation of the directory structure to their own ends. Since the Not just directory naming, they rename binaries as well *THAT* is my key

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-24 Thread Lester Caine
ling things down in conjunction with FHS and removes the totally useless current 'standard' where EVERY variation is claimed to be compliant and FHS is used as the justification for MAKING their personal changes :( -- Lester Caine - G8HFL - Contact - http://l

Re: [us...@httpd] php

2009-05-19 Thread Lester Caine
en set up by the linux distribution ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - h

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

2009-05-13 Thread Lester Caine
Justin Zhang wrote: Do you mean ipconfig? I got 192.168.0.100 for my server computer That is a private IP address and is never used outside a site. You nned to 'map' that to the internet side of your router - if it can handle such a thing. -- Lester Cai

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

2009-05-13 Thread Lester Caine
eds a port opening to allow the local web site out ) or since I doubt that you have a static IP address, your ISP is blocking things. Bare in mind that these numbers may well change when you reconnect ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?pa

Re: [us...@httpd] apache2 versus httpd

2009-05-05 Thread Lester Caine
:( Of cause simply moving them back to where YOU want them is not actually a problem, since on the whole one only has to edit the config files? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk

Re: [us...@httpd] download php apache

2009-02-26 Thread Lester Caine
Sam Wootton wrote: 2009/2/26 Lester Caine mailto:les...@lsces.co.uk>> Sam Wootton wrote: Hi, Many thanks for the help. I tried that, and i still got the same problem. However, it could be being cached i guess. Is what you suggested a sur

Re: [us...@httpd] download php apache

2009-02-26 Thread Lester Caine
e.com ServerAlias www.example.com * Should work If you move to a live site, then the IP address will be for the domain without a www extension anyway. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.

Flag missing from message subject again?

2008-12-11 Thread Lester Caine
Someone seems to have switched off the [EMAIL PROTECTED] again? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop

  1   2   >