[users@httpd] Re: Apache 2.4 ops

2023-02-22 Thread 😉 Good Guy 😉

On 22/02/2023 16:31, Uncle Gary wrote:

Possible additional problem:

Noticed that the 2.4 " Service " is stopped and will not start. "Â
Windows could not start " etc etc.




The full command to install a service is:


httpd -k install


Good luck.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache 2.4 ops

2023-02-22 Thread 😉 Good Guy 😉

On 22/02/2023 16:31, Uncle Gary wrote:

Possible additional problem:

Noticed that the 2.4 " Service " is stopped and will not start. "Â
Windows could not start " etc etc.







How exactly are you trying to start "service"?  Dis you install httpd as 
a service by typing:


httpd -k

You need to run this command as Administrator or a user with 
Administrator privileges.


Also, if you downloaded the apache binaries from apachelounge 
 then there must be n app 
called: "ApacheMonitor". You can run it and do all sorts of administration.





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache 2.4 ops

2023-02-21 Thread 😉 Good Guy 😉

On 21/02/2023 23:17, Uncle Gary wrote:

OK GuyI'm certain that's the first line I edited, but I'll go back
and try again !

Many thanks !

Gary






After making the changes, you need to restart Apache so that changes can 
take effect.





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache 2.4 ops

2023-02-21 Thread 😉 Good Guy 😉

On 21/02/2023 19:54, Uncle Gary wrote:

Ok guys, this should be very easy:

I've gotten to " /It works /"

Now, to edit the location to point to the files I need accessible on a 
Win10 Pro host.


The location is:    E:\Logs    (  Folders under  )

No matter what I change, it remains "  It works !  "

Many thanks.Gary

You need to change the Document Root in your configuration file:


DocumentRoot "E:/Logs"


The configuration file is located in the folder "conf" and it is called: 
"httpd.conf". In Windows 10 and 11 (and in all previous versions of 
Windows) the extension is hidden by default but I am sure you know how 
to display it but you can post back if you want to know how.


Hope this helps.






-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: style.css not updating

2023-02-08 Thread 😉 Good Guy 😉

On 09/02/2023 01:52, Zahid Rahman wrote:

Hi,

I made these two changes in my style.css but they not being picked up 
by Apache webserver.


mark {
    background-color:powderblue;
}
#showcase{
  padding-top: 100px;
  min-height: 280px;
  background:url('../img/1kzsc7ag1v0fivg5ui5l.webp') no-repeat 
-000px;  

  background-size: 1500px  375px;
  text-align: center;
  color: #ff;
}




I can see the styles are working in Firefox. Have you refreshed the page 
or cleared the cache and try again?





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache server using SIGTERM then SIGKILL on stop/restart

2023-01-15 Thread 😉 Good Guy 😉

On 15/01/2023 09:02, Paul Carson wrote:

unsubscribe


You need to send an email to:  "users-unsubscr...@httpd.apache.org"

Use the same email address as you subscribed with when unsubscribing!!


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Server won't direct to Internal IP address

2023-01-06 Thread 😉 Good Guy 😉
On 06/01/2023 10:05, jason kerr wrote:
> The full message is.
>
> This site can’t be reached
> 192.168.1.194 took too long to respond. Try: Checking the connection 
> ERR_CONNECTION_TIMED_OUT
>
> On Fri, 6 Jan 2023, 00:58 Frank Gingras,  > wrote:
>
> That error isn't helpful - show the full and unredacted error.
> Also, a ping isn't a useful test.
>
> On Thu, Jan 5, 2023 at 7:51 PM jason kerr  > wrote:
>
> I have a wood pellet boiler that is connected via ethernet
> cable to my home router. I can access the boiler to perform
> various functions whilst on the local LAN but not externally.
> There is no way to password protect this page so I didn't want
> to forward the ports and make it available for everyone. The
> internal IP address of this is 192.168.1.194
>
> To get around this I bought a raspberry pi and installed
> Apache on it. The IP address of this is 192.168.1.168. I
> created a simple password protected webpage with the link to
> the boiler IP address and port forwarded this.Â
>
> I can access the Apache web server when internally on the LAN
> and use the boiler control page, however I can't get the
> boiler control page to display when accessing the webssever
> from an external IP. I can access the webssever externally but
> when I click on the boiler link it tells me that it cannot be
> found.
>
> I can also successfully ping the boiler IP address from the
> raspberry pi.
>
> Is there something I am missing ?
>

Have you checked if the site is enabled? I don't know what Raspberry 
Pi's OS is but if it is using some form of Debian or CentOS distros then 
try something like this:

# apache2ctl -S
# apachectl -S
OR
# httpd -S





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: firefox shows default site page

2022-11-11 Thread 😉 Good Guy 😉

On 11/11/2022 12:05, supp...@openmbox.net wrote:



And apache2 restarted without error.

but http://mail.openmbox.net still go to default site.

any idea?

regards.




Can I just ask a simple but obvious question. Have you enabled the site? 
A simple command such as "sudo a2ensite openmbox.conf". I am assuming 
openmbox.conf file is created. I always create separate conf files for 
each site/domain to make things simple but some people have different 
vies about this. You can enable all sites with "*.conf" parameter to 
make it even more simpler.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: How Do I Prevent Repetitive Hits

2022-08-25 Thread 😉 Good Guy 😉

On 25/08/2022 20:03, Frank Gingras wrote:

Generally speaking, it's a bit rude to hijack someone else's thread.





It is not rude to ask a supplement question in someone's thread. I asked 
a legitimate supplement question and you gave one solution; Paul gave 
another solution.  Now it remains to decide which one to implement 
efficiently without slowing things down.


What is rude is to jump to the conclusion without understanding the 
reason for the supplement question. I bet the OP wanted to block all 
traffic from Panama because it is unlikely he has any customers or 
potential customers in Panama. again i am assuming this!


--

With over 2.3 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous versions of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: How Do I Prevent Repetitive Hits

2022-08-25 Thread 😉 Good Guy 😉

On 25/08/2022 17:27, j...@k6ccc.org wrote:

Or add that IP to a blacklist in your router so your Apache server never even 
sees it.








Is this possible if your server is in the cloud platform such as Azure, 
GCP, IBM or Oracle? What is needed is a solution to block certain IP 
addresses from within Apache itself. For example. I might want to block 
all incoming traffic from Russia or China or North Korea so how do I 
achieve this?


--

With over 2.3 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous versions of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Restart over reload

2022-08-24 Thread 😉 Good Guy 😉

On 24/08/2022 10:17, Jay Townsend wrote:

Hi All,

Does anyone know what type of changes will require a restart of apache over 
being able to do just a reload instead? As not able to find that anywhere in 
the docs to tell me. This is so we can make the correct approach in Ansible.

I just found this thread on the web:





--

With over 2.3 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Restart over reload

2022-08-24 Thread 😉 Good Guy 😉

On 24/08/2022 11:19, Jay Townsend wrote:

What about slight tweaks to a vhost would that need a restart over a reload?
I think if the site is already enabled, then there is no need to do 
any-thing. Just make the changes necessary to your .conf file and test 
it out.




--

With over 2.3 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Unable to connect to Apache test website on LocalHost

2022-04-14 Thread 😉 Good Guy 😉

On 14/04/2022 20:18, Frank Gingras wrote:
Can we please stop guessing at the cause of the error until said user 
gives us the verbatim log entry?


Can we please tell the OP that Error 403 Forbidden means the access is 
permanently forbidden and tied to the application logic, such as 
insufficient rights to a resource. This simply means that on a Windows 
Machine the OP hasn't created sufficient "Share Option" to the folder in 
which the files are placed. By default apache expects htdoc folder to be 
publicly available (or whatever the OP designated for html/css files) . 
This simply means that the appropriate permission is given to the 
folder. Windows System will never allow Apache to create that 
permission. As I said, Windows is pretty fussy about security and that 
why Apache is mostly used on a Linux machine but people still use Windows!


There is nothing to guess about this. It is all documented for years.


With over 1.9 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous version of windows.





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Unable to connect to Apache test website on LocalHost

2022-04-14 Thread 😉 Good Guy 😉

On 13/04/2022 21:25, DiversityLink/Milt Spain wrote:
Thanks for all the suggestions. Tried them all with no resolution of 
the problem. Reloaded Apache 2.4 and it seemed to be working well but 
all of sudden I can’t access LocalHost. Get this message.


It looks like you need to grant permission on the folder for the 
"Public" to access the resource. I suggest right click on the folder and 
then choose Sharing from the tab. You can then assign permission for 
"Read/Write". Windows is pretty fussy about sharing of resources on its 
system!.


I run both IIs and Apache on my machine using the same DocRoot which IIS 
calls it "inetpub" so that I don't have to duplicate the Joomla or 
Wordpress sites or even static HTML/CSS/JS files for my development 
sites. I use Windows 11 but I have used 10, 7, Vista and XP before and I 
have manually installed Apache/MySQL on all of them so I have gone 
through the hassle you are going through.




--

With over 1.9 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Getting XAMPP Apache on Windows 10 to work through local network!

2022-04-06 Thread 😉 Good Guy 😉
I am assuming you have installed WordPress in a folder. If this is so 
and assuming your Apache is working as you say then it is simply to type 
something like this in the browser:



In the above command WordPress is the folder in which the index.php file 
resides.


Have you "installed" wordpress or are you just beginning to install it 
and got stuck with it?



On 07/04/2022 03:04, A Z wrote:

I don't want to introduce the complications of bind or dns,
or any other similar facility in Windows.




--

With over 1.9 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: [Request received] users Digest 22 Oct 2021 09:35:01 -0000 Issue 6201

2021-10-24 Thread 😉 Good Guy 😉

On 24/10/2021 12:58, Jeff Cox wrote:

How did you get my email address?


It is in your signature.



--

With over 1.4 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Choosing Windows platfrorm

2021-10-22 Thread 😉 Good Guy 😉

On 23/10/2021 00:46, Will Fatherley wrote:




Nick is just verifying you don’t go by the pseudonym “back button”




Probably but we have moved on since those days!


--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Choosing Windows platfrorm

2021-10-22 Thread 😉 Good Guy 😉

On 22/10/2021 23:30, Paxton Scott wrote:

Nick,
I apologize, but I do not understand what 'requirements' you are wanting.
Currently running fine on WHS2011.  Any benefit to switching to 
Windows 10 Pro?

The only 'requirements' I understand is it must run Apache 2.4.x.
Help me out here.  What are you looking for?



Is this for development work or is it for production environment?

If it is for development then it makes no difference what you use as 
long as you can continue doing what you are currently doing. For 
production then you need a proper server with security 
properly/correctly configured.


I use Windows 11 for my development work if this is of any interest to 
anybody here!!.


Good luck.


--

With over 1.4 billion devices now running Windows 10/11, customer 
satisfaction is higher than any previous version of windows.





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Unable to unsubscribe

2021-09-03 Thread 😉 Good Guy 😉

On 03/09/2021 18:48, Scott A. Wozny wrote:

Hi Antony,

No reply to either of my unsubscribe messages was received.  And yes, 
I did check my spam folder.  Not sure if the issue is on the Apache 
side or the Hotmail side, but I appreciate your letting me know 
there's supposed to be a reply and confirmation.  At least now I know 
where the process is breaking down.  Just not sure what to DO about it. 🙂




To unsubscribe, you just need to send a blank email to: 
"users-unsubscr...@httpd.apache.org". Use the same email address as the 
one you are subscribed with so that you can be found in the database.



After sending the email, you need to allow at least 48 hours for any 
messages still in the process to be delivered. Sometimes some email 
servers don't send the messages immediately.



Make sure you don't have any filters created to delete the messages from 
this list.



--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




[users@httpd] Re: Reverse proxy to a website with HTTPS

2021-08-22 Thread 😉 Good Guy 😉

On 22/08/2021 21:41, Scott Trakker wrote:



I installed the SSL certificate with certbot of Let's Encrypt and I 
got the message that it was installed correctly.





It looks like you also need to install for subdomains such as: 
*.jeroenverhoeckx.com


I use CloudFlare (free version) and they have a very good and easy 
configuration settings that covers everything by just one certificate. 
With CloudFlare, you don't need to install any certificates yourself 
because they do it on their side using Lets Encrypt and the good thing 
is it gets renewed automatically so you don't have to worry about 
renewals which is normally every 3 months!!


I suggest go to CloudFlare website and see how they do it.




--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



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

2021-08-18 Thread 😉 Good Guy 😉

On 18/08/2021 19:41, wendellkb...@gmail.com wrote:

I set up my router to port forward. I was using NOIP with my previous ISP
because the IP address was changing. With my new ISP I don't have that
problem. My goal is to use something like "www.mywebpage.com" to access my
home server instead of using my actual IP. I am thinking about having a
place for family to see pictures and videos I have of my kids. I am also
wanting to have my own cloud server for files and media. I am under the
impression that to have my own domain name I would need to do that through
NOIP. Is there another way to have name address resolution without NoIp?


I don't use NOIP nor have I used it before but in a realistic scenario, 
you need to go to your registrar's website and make entries to point to 
your host's IP address. Now in your case, it looks like you have to use 
NOIP's IP address ( or a special one created for you) which you need to 
enter on to your registrar's website. So when somebody types 
"www.mywebpage.com", the global DNS will refer to your registrar's 
website and they will refer it to your NOIP address who will direct it 
to your home server. These things are all done in micro-seconds because 
of the technology they use. There won't be any delay or the user won't 
notice any delay unless your server is slow to fire-up the query.  It's 
the user's server's that slows everything down.


Have you tried NOIP website if they have instructions how to set 
everything up? Normally they are pretty good at these things as they are 
also running a business so it is in their interest to have proper 
documentation in place.


If you are prepared to pay few pennies per month then Microsoft Azure or 
Google Cloud is another option. they also have free service for static 
websites (HTML, CSS, JavaScript) and these costs absolutely nothing and 
that is why it is free!!


Hope this helps.





--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Question about running apache server using WAMP

2021-07-30 Thread 😉 Good Guy 😉

On 30/07/2021 18:16, Yehuda Katz wrote:
Once we get out of the technical discussion relating to HTTPD and into 
how to access Facebook, besides for the fact that this is not on topic 
for this mailing list, I suggest reading the Facebook Terms of Service 
which explicitly disallow account sharing.



Perhaps we are all missing the point altogether. Krishna has setup a 
WAMP server so he wants to run a website  from it. Facebook (or Google 
or any other 3rd party authentication) only comes into the equation for 
login purposes. So the question is why do his users need to login? Most 
websites are for public browsing and very few sites require login when 
users want to access premium content such as newspaper sites. I am not 
talking about bank sites here because that is not part of the question.




--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Question about running apache server using WAMP

2021-07-30 Thread 😉 Good Guy 😉

On 30/07/2021 05:17, Krishna P wrote:

Hello everyone,
   I want to run a apache server with my facebook account login and 
give the access to my family. I am able to get the local server WAMP 
page when I give my local host but how I do I connect to 
https://facebook.com and login with my credentials and give the 
address to my family who can login from different computer location or 
mobile and see the same content as I see ?

Thanks and regards
Krishna


Are you using some CMS packages such as Joomla, Drupal or WP? If so then 
they have extensions for 3rd party login authentications.


Just for interest sake, why do they need to login just to visit your 
site? You say they are seniors so they are not likely to need access to 
your server. Just create a website, put your content on it say family 
pictures or videos and let them browse without login.



--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Running on Win 10

2021-06-12 Thread 😉 Good Guy 😉

Hello Good Guy,



Now it works and indexes my html files so I can pick and choose as 
needed to edit.


Now that it works, does this mean when I reboot the computer Apache 
Server will load and remain in idle until I call for it to process a 
document?




It does work on my Windows 10 machine.

One more thing, when you reply to these lists, please make sure you are 
replying to the list direct and not to the person responding to you.  
This way other users on the list can also see what you have done and 
what works and what doesn't work.


Also, some users don't check their email accounts regularly. Well I 
don't because I keep list email separate from the work email so the list 
email takes second priority and sometimes goes for a week before I check 
again.  We have Euro 2020 just started so Europeans are busy watching 
their teams taking part in the soccer tournament.








--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Running on Win 10

2021-06-12 Thread 😉 Good Guy 😉

On 12/06/2021 22:19, Michael wrote:

Hello users of Apache2.4.

I have been a long time user of the Apache servers installed on 
various versions of Microsoft Windows.The main purpose of using Apache 
is to develop my websites on a live server on my computer before 
releasing the documents to the WWW.It saves a lot of time and headaches.


Every time I try and upgrade the windows operating system and 
re-install Apache I run into major roadblocks.


I have spent two days searching Google, and the Apache website for 
clues, I found a lot, but none have resolved the problems.


1.How do I get Windows 10 to start Apache at boot up?


Assuming you have downloaded the Windows binaries from 
 then when you unzip the 
downloaded files, you'll find a bin folder.  change to the bin folder 
and then run this command at the cmd prompt:



httpd.exe -k install

This cmd will install a service that will do what you want to do.





2.How do I get Apache to load and index my folders and html documents?


The index.html file is loaded depending on your apache configuration.  
My Windows 10 configuration contains this:




    DirectoryIndex index.php index.html index.shtml default.html main.html



The order is as shown above but you can place index.html before 
index.php file to make sure index.html file is loaded always, assuming 
the file exists in the folder.





I used to be able to perform the above function in Windows 7, but now 
I am stumped.


This is what I have performed:

1.I edited the hosts file to include 127.0.0.1


or you can just type localhost in the browser address bar and it will do 
the same thing.






2.I downloaded the Apache zip file and extracted to C:\Apache24\bin



Good.



3.I ran httpd.exe.A command box opened.

4.In my Firefox browser I entered in the URL field:localhost.I 
received the Apache welcome page.It works!


5.In my Firefox browser I entered in the URL field:127.0.0.1.I 
received the Apache welcome page.It works!


6.I cannot figure out how to get Apache to look at and index the files 
in the following folder (an internal hard drive.) 
D:\WebSites\JazzClub.com


First make sure that the index file is located at the root of the folder 
called: JazzClub.com


Then make sure  the DocumentRoot looks like this:

DocumentRoot "D:\Websites\JazzClub.com"




Can anyone provide a little help here?


Hopefully the above changes will resolve most of the problems.



--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Application Developer, ICO watchdog

2021-05-18 Thread 😉 Good Guy 😉

On 18/05/2021 20:11, Andrea Croci wrote:



BTW, watch your language, or her father will sue you!

Or even be called pedo!   Best thing is to ignore all his posts even if 
they are genuine real questions of interest here.


I gave him/her the benefit of doubt in the past but now I have changed 
my mind.














--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Application Developer, ICO watchdog

2021-05-18 Thread 😉 Good Guy 😉

On 18/05/2021 19:42, Nick Folino wrote:






Nick,

Can we just ignore the guy.  He seems to have personality disorder 
problems and he is after recognition of some kind here. I suggest we 
should all ignore his posts and the problem will go away.


I gave him a newsgroup link where he can spend time posting his crap but 
clearly he was not interested in that.  He wants to be where there are 
people responding to him.  If you ignore him he'll go away and find some 
other hobbies!












--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: apache routing issue

2021-05-08 Thread 😉 Good Guy 😉

It doesn't work with this link:

www.blue.ddns.net

So you need to look up how to configure naked domain/sub-domains addresses -  
with and without www.

I am not sure if ddns.net allows sub-domains with www.


On 08/05/2021 20:07, emma davis wrote:

  > It would be helpful if you'd share the actual error.
Now that everything is working fine and properly. The setup using the 
Ubuntu-Apache server + Ubuntu utilities. there is no error when  I insert www  
in blue-le-ssl.conf or blue.conf from apachectl -S

     ServerAdmin webmaster@localhost
     DocumentRoot /var/www/blue
     ServerName  blue.ddns.net
     ServerAlias www.blue.ddns.net

I now know this  next point is not relevant on this  apache's  user's list.
a2dissite blue.conf
only removes that file it does not remove blue-le-ssl.conf.
https://blue.ddns.net keeps working.

It is kind of obvious and misleading because
a2dissite  infers disabling the "whole" website

BTW, Proxy server (mod_jk) for load balancing.I came across it  long time ago  
from a book called Java Server Programming published in 1999.
After that I couldn't see the use for  EJB when Bean + JSP + mod_jk was 
sufficient.JSP is easier programming than Servlets anyway.
I always look to do things the easy way. I like simple.


https://lit-taiga-52898.herokuapp.com/slow loading.
It is a FREE upload so the bandwith is throttled to a point it can hardly 
breath.


emma davis
emma.davi...@aol.com
  
  
-Original Message-

From: Sander Smeenk 
To: users@httpd.apache.org
Sent: Sat, 8 May 2021 18:17
Subject: Re: [users@httpd] apache routing issue

Quoting emma davis (emma.davi...@aol.com.INVALID):


When setting up virtual host  I was not able give ServerAlias to x.ddns.net
Apachectl -S gave an error.



P.s. This is Emma,That is Emily with a protective Daddy, she is
working on a school project

Apologies then, my mistake. :/

-Sndr.



--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: showing default page

2021-05-06 Thread 😉 Good Guy 😉

On 06/05/2021 22:09, emma davis wrote:

Hi,

For some reason my default home page is not being over riden.

I am expecting /var/www/blue/index.html to be displayed

what could be the cause of it ?

this is  the
/etc/apache2/sites-enabled $ sudo cat blue.conf


    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/blue
    ServerName blue.ddns.net
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined



emma davis
emma.davi...@aol.com



Have you checked your  to see if index.html is the 
first item in the list.




--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Graceful shutoff of Apache without it being a service.

2021-05-06 Thread 😉 Good Guy 😉

On 06/05/2021 19:50, Talin Sharma wrote:

Look at the subject. How do I do this?

I am on windows 10.

Thanks!



httpd -k stop

or

httpd -k shutdown

If you need general help about httpd then just type:

httpd -h

This will give you all the essential commands to control apache.

Good luck.


--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: www.kreme.com

2021-05-01 Thread 😉 Good Guy 😉

On 01/05/2021 06:01, Hulio andres wrote:


Sorry I forgot to ask the question.
How did you manage to do it ?



Please post your question at:



It's a newsgroup where somebody can help you.  You are currently on the 
official Apache Mailing list and your question is OT on here.


Thank you for supporting this Apache Project.


--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Professional Product

2021-04-30 Thread 😉 Good Guy 😉

On 30/04/2021 19:58, Daniel Ferradal wrote:

There will always be ungrateful people,


I thought he was grateful to a certain extent until he was removed from 
the list by certain Eric Covener.  He is using Apache no doubt but he 
was struggling to get is up and running on his system.  This is what I 
read from his posts.





--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: LAN to WAN access: SOLVED -> how-to

2021-04-28 Thread 😉 Good Guy 😉

On 28/04/2021 18:13, Antony Stone wrote:

I look forward to this list getting back to discussing the Apache web server
rather than home network routing configurations.


I am sure it will.  The setup is working for the OP so now he needs to 
worry about routing and security features of apache. Your turn will come 
to shine when this happens.








--

With over 1.3 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



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

2021-04-28 Thread 😉 Good Guy 😉

On 28/04/2021 07:22, back Button wrote:
I believe I have access now from outside via Apache using the 
http://backbtn.ddns.net 


back.but...@aol.com


I believe you too.  Now we look forward to reading your blog about how 
you managed to do this!.





--

With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



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

2021-04-28 Thread 😉 Good Guy 😉

On 28/04/2021 07:22, back Button wrote:
I believe I have access now from outside via Apache using the 
http://backbtn.ddns.net 


back.but...@aol.com




Perhaps it was propagation issue rather than anything else.



--

With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: LAN to WAN access

2021-04-28 Thread 😉 Good Guy 😉

On 28/04/2021 02:41, back Button wrote:

http://backbtn.ddns.net

It says "It works!" so it must be working after all. Congratulations.  I 
never knew sky would allow you to do that so clearly your subscription 
is premium!



--

With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: LAN to WAN access

2021-04-27 Thread 😉 Good Guy 😉

On 27/04/2021 22:33, back Button wrote:


if I type http://localhost/ then I get  the apache2 index.html page.
This is the pre installed webserver which came ubuntu 20.


So it looks like you haven't uploaded your index.html page yet to the 
root folder of your server.


Now open your httpd.config file and look for:

ServerName localhost:80

Change localhost to:

http://backbtn.ddns.net

Then type your domain name in the browser.  It should load the index 
page or at least the default apache page.  For now at least.


Have you also got access to your router's Admin login details? Because 
you also need to enter the details in dynamic tab of the router to make 
sure inbound traffic is allowed.  If you are on SKY then you might have 
a problem because they don't allow inbound traffic for home users but 
you might have a different subscription plan so things might be different.


I am on the cheapest plan possible because all the internet work I do 
are from the Library (before the lockdown) or from Work.  at home I only 
do some development work as a hobby.













back.but...@aol.com


-Original Message-
From: Mark Brodis 
To: users@httpd.apache.org
Sent: Tue, 27 Apr 2021 22:13
Subject: Re: [users@httpd] Re: LAN to WAN access

There are several elements to hosting something with public access 
from your home, some things are tricky, some are just impossible, 
depending on your specific situation.


1) You need to know if your Internet access is setup such that your 
ISP will allow incoming connections to your address, not all do, and 
not all ISPs give out real public IPs to customers, if you don't have 
a real public IP, or if your ISP is blocking connections coming to you 
then that'll be the end of your attempt and it simply won't work 
because you're not 'on' the internet, you're using the internet for 
outbound things but your Internet would not be configured to allow 
incoming connections.


2) If you do have proper access then you can simply setup your home 
router to route incoming connections on a specific port (e.g. 80/443) 
to an IP:port address on your local network.  That would be enough to 
technically make it work.  What that looks like varies by each 
firewall/router setup but usually named IP Forwarding or such in the 
router's web interface.


3) If you want to access your home site via something other than the 
public IP address then sure you can create a public hostname mapped to 
your IP address, you can do it statically or with some dynamic DNS, 
that's all fine, but all that does is put a nice name on your 
IP...steps 1 & 2 above will still have to be satisfied.


-Mark

On Tue, Apr 27, 2021 at 2:59 PM Antony Stone 
<mailto:antony.st...@apache.open.source.it>> wrote:


On Tuesday 27 April 2021 at 22:53:07, 😉 Good Guy 😉 wrote:

> On 27/04/2021 21:01, back Button wrote:
> >
> > Please get me to the stage when I can have the index.html page
> > display from the internet

> Load your index.html file to the root of the htdocs folders.

> To test it, just type:
>
> localhost

And, how does this get "the index.html page to display from the
Internet"?

I really think the fundamental problem here is that the public IP
address is
not routed through to the private address, so requests from the
Internet never
reach the laptop which is running the webserver.


Antony.

-- 
Pavlov is in the pub enjoying a pint.

The barman rings for last orders, and Pavlov jumps up exclaiming
"Damn!  I
forgot to feed the dog!"

 Please reply to the list;
       please *don't* CC me.

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
<mailto:users-unsubscr...@httpd.apache.org>
For additional commands, e-mail: users-h...@httpd.apache.org
<mailto:users-h...@httpd.apache.org>



--

With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: LAN to WAN access

2021-04-27 Thread 😉 Good Guy 😉

On 27/04/2021 21:59, Antony Stone wrote:

And, how does this get "the index.html page to display from the Internet"?



We are getting there slowly.  first he needs to have a server fully 
configured.  do you know if he has installed the server?


Let's do it step by step.  The guy wants to learn and then he can take 
it over and configure all the securities required to hist a web server 
and perhaps a database.


It's pretty easy if you look at it with a calm mind and determination!

If the server is not setup then we need to get him to do that first with 
our help of course if needed.  I run a development server on my desktop 
- apache as well as IIS and they are running just fine for the 
development work but I haven't "exposed" them to the outside world 
because my ISP doesn't allow inbound traffic.  I am in the UK and most 
ISP are pretty strict about what a user can do on the net.







--

With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: LAN to WAN access

2021-04-27 Thread 😉 Good Guy 😉

On 27/04/2021 21:01, back Button wrote:

I want the practice to setup from scratch.

Later try a setup with raspberry pi  on linux. May be attach a live 
camera to the Pi.


I have Just setup an account on no-ip.com registered the domain  
backbtn.ddns.net


if I type  http://backbtn.ddns.net/

then I get


400 Bad Request

Invalid Header.

Does that  mean  I am connected  to the Apache2 server which comes 
installed with  Ubuntu 20.04  ?


Please get me to the stage when I can have the index.html page 
display  from the internet

I can take it form there .






Load your index.html file to the root of the htdocs folders.

I am assuming you have already setup the Apache server on your laptop 
(or even IIS on your Windows 10 Professional machine).


To test it, just type:

localhost

in the browser - Edge, Firefox or Google

You will see your page load in the browser.








--

With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: LAN to WAN access

2021-04-27 Thread 😉 Good Guy 😉

On 27/04/2021 20:11, back Button wrote:


I want to know how to setup  a website on my home laptop
and access it from anywhere in the world .





What's the operating system on your laptop?  Also, have you considered 
the fact thyat the laptop might go to sleep when it is idle for some time.


Frankly, it is not a good idea to have a server on the laptop or a PC 
when there are many free hosts from reputable organizations such as 
Google, Microsoft, Netlify, Github pages, CloudFlare Pages etc etc.  
Even Alibaba and IBM wil give you free hosting. Amazon's AWS used to be 
free but now they have started charging after one year but the charges 
are quite small.  About 50 cents per month for a small website with 
10,000 visitors a day.


Most cloud services will give you free hosting of Static websites on 
their file storage servers with 5GB storage space.




--

With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Is it possible to exclude a directory from listing?

2021-01-21 Thread 😉 Good Guy 😉

On 21/01/2021 11:49, Jason Long wrote:

Hello,
Is it possible to disable Directory Listing for a directory and its 
sub-directory except one of them?
For example, I used "Options -Indexes" and my directory have two sub-directories "Dir1" and 
"Dir2", but I like Directory Listing enabled for "Dir2".

Thank you.


Another way is to create a simple index.php file with a link to the main 
site or some info about going to the home page.



--
With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: stop emails to tsperd...@bellsouth.net

2020-06-28 Thread 😉 Good Guy 😉

On 28/06/2020 18:13, tsperd...@bellsouth.net wrote:


How do I stop all emails from apache.

Thank you

tsperd...@bellsouth.net 


Try this:

To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

--
With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Email Address change

2020-04-02 Thread Good Guy

On 02/04/2020 14:50, Wolfgang Miska wrote:

To whom it may concern.

My email address has change from wolfgang.mi...@geigerus.com to 
wlfgng...@gmail.com.

Please make the appropriate change.
Thanks and cheers!

Wolfgang


If you are using the http list then I suggest go to this link:



Basically, you need to unsubscribe from one email account and to 
resubscribe using the other email account.  Best thing is to first 
subscribe using the new email account so that there is no interruption 
in posts.  When it is all set, you can then unsubscribe from the old 
email account.


Good luck.


--
With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache on windows

2020-02-26 Thread 😉 Good Guy 😉

On 27/02/2020 01:41, Kumar Tadkala wrote:


Hi there

Whenever we do load test, our Apache is going down

How can we understand, what causing this.

Thank you

Kumar



I assume when you say going down you actually mean it doesn't start so 
you need to check if there is a port conflict.  Sometimes, if you are 
running MSSQL with apache then they might both be trying to use the same 
port.   Or even if you are using IIS and apache on the same server then 
it might cause problems.




--
With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.


[users@httpd] Re: Please respond so I know I'm not Spam

2020-01-31 Thread 😉 Good Guy 😉

On 31/01/2020 02:15, Robert Snakard wrote:
Hi I think I may be stuck in the spam folder. Would somebody please 
respond to this message so I know my question has gotten through?


Thanks,
   - RS




I use gmane.comp.apache.user (news://news.gmane.io) to read these posts 
so this is a mute topic for me.  IOW, I received your post as usual like 
any other posts here.



--
With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.


[users@httpd] Re: Somewhat other Q

2019-12-06 Thread Good Guy

On 06/12/2019 23:40, georg.chamb...@telia.com wrote:

Hi
Well its html for input and presentation, its essentially a client -server app, server 
builds html using php as "language" for building pages sent back to client and 
browser. Apache mor or less relays the info.
Now mostly runming over local link. So installation of app for use offline so 
to speak, gets a bit much work.




How about zipping the files and creating exe (self extracting file).  
z-zip can do it quite easily.  Try this wiki:




Good luck.




--
With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Somewhat other Q

2019-12-06 Thread Good Guy

On 06/12/2019 11:37, georg.chamb...@telia.com wrote:

Hi
I have made an application with browser-apache -odbc- database on windows
Now wonder if there is a way to make an exe of it?


What language did you use to create this "application".

To create an exe file, you need a source code that can be compiled in 
Visual Studio or Embarcadero or some other open source compilers.  You 
also need to know the language used for this. Visual Studio can compile 
C, C++, or C# - the three widely used languages.  Embarcadero can 
compile pascal or Delphi apps as well as C/C++.


By the way the application is a wrapper to interface with your database 
which can also been done in a web browser if you don't want to use an 
app for that.





--
With over 1.2 billion devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Page display on default html page

2019-11-18 Thread Good Guy

On 18/11/2019 19:27, Jos Chrispijn wrote:


I have created a default html site that is displayed when visitors 
typed in a domain that I own, but for which I haven't yet created a 
website for.


As this default site has a domain name that is not the name that a 
visitor typed in, I would like to disply that domain name on its index 
page like


'You requested'

www.adomain.com

'but unfortunately it doesn't have a site page yet'

Can someone tell me how I can do something like this without java script?

Thanks!
Jos



Why don't you just create a simple page for that domain and host it free 
of charge on netlify, github-pages, firebase.google.com, Azure or AWS 
and point your dns to that page.  This will solve your problem and when 
you are ready to host your own webserver then you can repoint to your 
own webserver.


Did you know you can rent the server on Google Cloud or Microsoft Azure 
or AWS for few pennies per month.  They look after the server and you 
look after the management side of it.  IOW you control the server but 
hardware is provided by them.


Before anybody asks further, yes you can run Apache/Linux/MySQL on 
Microsoft or Google or AWS.  People should try it for free as they allow 
sandbox for trials and for learning purposes.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: mirror a html site

2017-12-23 Thread Good Guy

On 23/12/2017 10:26, Miguel González wrote:


  A hosting company with their builder tool created a static html site
that can´t be downloaded.


Did you try this tool?



If not please provide a link of the site because there is no such thing 
as "can´t be downloaded" when the site is visible to the public.







-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Next version of Apache 2.2?

2017-01-03 Thread Good guy

On 03/01/2017 21:31, Development Manager wrote:

CVE-2016-8743 was patched/mitigated in Apache 2.4 but is still an outstanding 
issue in 2.2, according to 
https://security-tracker.debian.org/tracker/CVE-2016-8743.

Is there a plan to rebase it to 2.2? If so, do you know when?
The reason I ask is PCI DSS requires that we have all vulnerabilities patched 
within 30 days, and it's been 2 weeks since 2.4 was patched.

2.2 is dead and finished.  It is time to move to 2.4.  Nobody is working 
on 2.2 as far as I know.




--

If you want to filter all of my posts then please read this article:

In step 7 select "Delete"

With over 400 million devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: pf 2017

2017-01-01 Thread Good Guy

On 01/01/2017 00:51, Spork Schivago wrote:

I don't understand why I'm receiving this e-mail. Is this spam?

Thanks.




Of course it is.  Some people celebrate new year by spamming people.  
They seem to enjoy this.


Anyway, Have a very happy and prosperous 2017.





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache HTTP Server 2.4.23

2016-09-05 Thread Good guy

On 05/09/2016 05:38, Pacicin Chiaricurri wrote:

Good morning,

I recently downloaded Server 2.4.23 and I have Windows 10. So how can 
I go about downloading and running the server?


Must I download the binaries first. If so, what program do I use to 
execute the binaries??


Thank you,

Jordan
ᐧ


You need to download the binaries from this link:



The instructions to install the server is inside the zip file.

Good luck.



--

If you want to filter all of my posts then please read this article:

In step 7 select "Delete"

With over 350 million devices now running Windows 10, customer 
satisfaction is higher than any previous version of windows.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: 2.4.24 or 2.4.25

2016-07-25 Thread Good Guy

Thanks for the swift reply.  I'll wait until august anyway.

Kind regards,



On 26/07/2016 05:02, Yehuda Katz wrote:
There has been some talk of the next release on the dev@ list, but no 
specific timeline.


- Y

On Mon, Jul 25, 2016 at 11:56 PM, Good Guy <mailto:xfs...@hotmail.com>> wrote:


Any ideas when is the next version likely to be released?

I'm not in a hurry but soon I'll have to setup a new server so if
I have to wait for a few weeks for the new version then I wi


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
<mailto:users-unsubscr...@httpd.apache.org>
For additional commands, e-mail: users-h...@httpd.apache.org
<mailto:users-help@httpd.a



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] 2.4.24 or 2.4.25

2016-07-25 Thread Good Guy

Any ideas when is the next version likely to be released?

I'm not in a hurry but soon I'll have to setup a new server so if I have 
to wait for a few weeks for the new version then I wi



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache stopped working permanently after error "Server ran out of threads to serve requests."

2016-06-29 Thread Good guy

On 29/06/2016 22:38, Leonardo Almeida wrote:

Hi.

I have been working with Apache for more than 8 years, but now I'm 
facing a severe problem and I couldn't find a solution on internet so far.


I'm running Apache 2.2.15 32bit on a Windows 2008 R2 64bit with 
Service Pack 1. I always used a 32bit Apache because my CGI codes (exe 
files) are 32bit.





Why not upgrade to 2.2.31 by downwloading the Windows binaries from here:



You just need to backup your current installation folder and then copy 
the unzipped files from the above link.  Then use the same configuration 
file as before to see if solves the problem. Sometimes it just works 
without any problems.






-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Using an older version of PHP with Apach2

2016-04-22 Thread Good guy

On 22/04/2016 17:55, Oscar Knorn wrote:

Am 21.04.2016 um 14:05 schrieb Richard:

Date: Thursday, April 21, 2016 01:01:25 -0400
From: "Brandon L. Wisenburg" 

All,
Is it possible to use PHP 5.2.5 with Apache/2.4.6

I have an application that was written in WAMP5 using PHP 5.2.5,
and I am trying to get the application onto a CentOS server and I
can't get it to work with 5.4.16

Are there any good tutorials on using an older version of PHP with
Apache?

Leaving aside what it would take to do this, I think that attempting
that route is dangerous.

Based on your PHP release, I suspect that you are running Centos-7.
While RHEL (therefore included in Centos) backports security fixes,
keeping the base release number stable, I doubt that you will find a
release of php 5.2.5 that will work on Centos-7 that is current on
all the security fixes since 5.2.5 was released in 2007.

A much better approach would be to do the necessary one-time fixes to
your php code and stick with distribution-supported apache/php
releases (or do your own installs, of *newer* releases).



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


What about rewriting the application's PHP Code to run on PHP 7?
I guess that's the best way to achive what you want.

Cheers Oscar


Or if there is an option then use Windows to host multiple php 
versions.  I use them all the time on my development machine that is 
running Windows 10 and IIS.  you just need to make sure you have the 
correct VC++ run time libraries.  You can download them from Microsoft 
Website (VC9, VC10, VC11/12, VC14).


I agree, the old code should to be migrated to run on latest PHPs.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: apache httpd 2.4 loadmodule

2016-04-15 Thread Good guy

On 15/04/2016 18:02, David Long wrote:


We are upgrading our apache 2.2 to 2.4 and found out a lot of module 
need to be loaded.


Like authz_core_module, dir_module, setenvif_module, mime_module etc.

But those module were not need to load at 2.2. 2.2 will have those by 
default.


Can someone tell me what are commonly used modules we need to load in 2.4?

Thanks.

With regards,

David Long




this is in my developemnt machine Windows 10.

# = Not loaded!


LoadModule access_compat_module modules/mod_access_compat.so
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule allowmethods_module modules/mod_allowmethods.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule auth_form_module modules/mod_auth_form.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_core_module modules/mod_authn_core.so
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authn_socache_module modules/mod_authn_socache.so
#LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule authz_core_module modules/mod_authz_core.so
#LoadModule authz_dbd_module modules/mod_authz_dbd.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
#LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule buffer_module modules/mod_buffer.so
#LoadModule cache_module modules/mod_cache.so
#LoadModule cache_disk_module modules/mod_cache_disk.so
#LoadModule cache_socache_module modules/mod_cache_socache.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule cgi_module modules/mod_cgi.so
#LoadModule charset_lite_module modules/mod_charset_lite.so
#LoadModule data_module modules/mod_data.so
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule dav_lock_module modules/mod_dav_lock.so
#LoadModule dbd_module modules/mod_dbd.so
#LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
#LoadModule dumpio_module modules/mod_dumpio.so
LoadModule env_module modules/mod_env.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule ext_filter_module modules/mod_ext_filter.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule filter_module modules/mod_filter.so
#LoadModule headers_module modules/mod_headers.so
#LoadModule heartbeat_module modules/mod_heartbeat.so
#LoadModule heartmonitor_module modules/mod_heartmonitor.so
#LoadModule ident_module modules/mod_ident.so
#LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
#LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
#LoadModule ldap_module modules/mod_ldap.so
#LoadModule logio_module modules/mod_logio.so
LoadModule log_config_module modules/mod_log_config.so
#LoadModule log_debug_module modules/mod_log_debug.so
#LoadModule log_forensic_module modules/mod_log_forensic.so
#LoadModule lua_module modules/mod_lua.so
#LoadModule macro_module modules/mod_macro.so
LoadModule mime_module modules/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_express_module modules/mod_proxy_express.so
#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
#LoadModule proxy_html_module modules/mod_proxy_html.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
#LoadModule ratelimit_module modules/mod_ratelimit.so
#LoadModule reflector_module modules/mod_reflector.so
#LoadModule remoteip_module modules/mod_remoteip.so
#LoadModule request_module modules/mod_request.so
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
#LoadModule rewrite_module modules/mod_rewrite.so
#LoadModule sed_module modules/mod_sed.so
#LoadModule session_

[users@httpd] Re: Apache 2.2 End of life

2016-03-21 Thread Good guy

On 21/03/2016 15:51, ismail berrada wrote:

Hi

Can someone tell me when Apache 2.2 EOL will occurs ?

Regards



I thought it is already over.  No more work is being done on it so as 
far as I am concened it is over and people should move to 2.4.x. The 
current version is 2.4.18.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: security reports page blank ???

2016-03-14 Thread Good guy

On 14/03/2016 23:03, Richard wrote:



Date: Monday, March 14, 2016 15:57:21 -0700
From: "Michael A. Peters" 

http://httpd.apache.org/security_report.html

Currently I am getting nothing from that page, not even historic
stuff. Is this temporary or has it moved?


It works fine for me, using (firefox) browser with and without js on
and with and without cookies being accepted.


Also fine here in IE11 and Microsoft Edge (Windows 10)




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache::ASP question

2016-03-10 Thread Good guy

On 10/03/2016 20:21, Rose, John B wrote:

Some users are wanting to access a Microsoft Access database from Apache.

They want to use this …

Apache::ASP

Is that possible within Apache on a linux server?

What are the options for accessing Access databases from Apache?

Thanks




Yes it is possible.  You need to install binaries for Linux  (or other 
means).  See this official document:




Microsoft has made ASP.net open source and so it can be installed on 
Linux as well as Mac.  You can aslo use C# on linux because of this new 
Microsoft policy!


Good luck.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: make apache 2.4.17 portable under ubuntu

2015-10-16 Thread Good Guy

On 16/10/15 22:11, Raf Roger wrote:

Hi,

I used during several years a portable version of my webserver under 
windows 7/8 to shift from laptop to desktop computer and without 
duplicating webserver from one computer to another.


i'm trying to do the same under ubuntu 15.04 however it seems that 
only few people did it.
1. why people under linux do not use portable webserver (e.g. on USB 
drive) ?
2. how can i make apache 2.4.x portable, so to have all needed files 
(apache, php, openssl, etc) on a USB drive and make it work as 
standard web server?
so in fact how to make apache looks after its configuration files and 
librairies under its own directory where it will be stored ?





I suspect this may not be possible in a Linux environment because Linux 
doesn't use binaries.


In Windows, it is pretty easy to create executable binaries and put them 
on flash drive with all the necessary configuration files and voilà it 
is done.  I have used in Windows by downloading the Apache binaries from 
http://apachelounge.com and php binaries from http://windows.php.netand 
mysql binaries from mysql.com and you are done.  With Linux, this can't 
be done as far as I can see because of the way how linux (ubuntu, Mint 
etc etc) works.  My experience of Linux is limited so I too would like 
to know if it is possible to launch an Apache server from usb drive.





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Can't get access to CSS stylesheets and javascript files using Apache2.2 on windows

2015-09-06 Thread Good Guy
On 06/09/15 19:08, barry kimelman wrote:
> Hello,
> 
> 
> I have installed apache2.2 on my windows laptop.
> 
> 
> The basics are working fine. I setup my own directory structure under
> "C:\apachedata" and modified httpd.conf to point under that directory.
> 
> 

Did you do it like this:

DocumentRoot "c:/apachedata"

You also need to insert this after it:




Options Indexes FollowSymLinks


AllowOverride None


Require all granted









-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Local Machine

2015-08-25 Thread Good Guy

On 25/08/15 23:36, Good Guy wrote:



Has anybody seen a good guide to install Apache, PHP, and MySQL in 
ubuntu local desktop.  I want to avoid using XAMPP or anything similar 
as I like to know what is going where etc.


Thanks.


I think I have found it here:

<https://adventuresoftux.wordpress.com/2015/07/04/installing-lamp/>

So I'll just work on it make it work for me.

This is just for the development so security is not important at this stage.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Local Machine

2015-08-25 Thread Good Guy



Has anybody seen a good guide to install Apache, PHP, and MySQL in 
ubuntu local desktop.  I want to avoid using XAMPP or anything similar 
as I like to know what is going where etc.


Thanks.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Clean Apache Binary

2015-08-19 Thread Good Guy

On 19/08/2015 20:39, Tomi Häsä wrote:

Hi,

if I want to install a clean Apache binary on Windows 7, which one do
you recommend?

I noticed page

https://archive.apache.org/dist/httpd/binaries/win32/

contains .msi files, so maybe I can try to install the latest of those
even though they are old versions?

My idea is to start from a "clean table". The XAMPP's Apache files are
overwhelming, so maybe by experimenting with my own settings and
installing modules myself will help me get a better picture. It seems
like I'm one those people who learn from experimenting with settings
before creating a real server to the cloud. I can create a PHP page
with XAMPP, but I don't feel like I really understand the insides of
Apache and how my settings really affect everything.

I did try to build my own version of Apache, but looks like it can
take a few days if you haven't done that kind of "build things". I was
able to build APR with Cmake and Visual Studio 2015 Community, but
that's much easier than building the whole Httpd. ;)

Tomi


If you want the latest version then go to:



Get VC14 binaries as they are more secure and built with latest visual 
Studio.


You need 64 bit for 64 bit of php.

Good luck.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache Upgrade on Red Hat question

2015-08-10 Thread Good Guy

On 10/08/2015 15:35, Harold Sebastin wrote:

Hi,
I have Apache 2.2.3 on RHEL 5.8. What procedures or steps I need to 
take to upgrade to the latest version 2.4.16?

Thanks.
Harold


I recently upgraded version 2.2.29 to 2.4.16 on Windows and the 
procedure was pretty simple.  In my case htdocs was completely separate 
from the core so the upgrade was just as normal as you would install a 
fresh server.


In my case, I first made the list of which modules are to be loaded; I 
also made a print out of the old config file just in case I get the 
folders wrong.  After this you can go ahead and the configuration you 
may need to do are as follows:


ServerName & port number
ServerAdmin
Config for server side includes
DirectoryIndex
Config for php and perl  - for php to decide whether to run as fastCGI 
or as a module

LoadModules
DocumentRoot

That is all I had to do;  The php was upgraded before apache was so the 
security features were already in place.


I guess in Linux environment it must be different but you get the idea.  
Be organized and document everything first before starting anything.


Good luck.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: 503 Server Unavailable error

2015-07-14 Thread Good Guy
Have you checked the log to see if there is anything  in it?  I suggest, 
first switch off the server if it is still running and then delete 
everything from the error.log file and then restart the server to see if 
new errors gives any hints as to what is taking so long.





On 14/07/2015 20:30, Good Guy wrote:



Have you checked the log to see if there is anything  in it?  I 
suggest, first switch off the server if it is still running and then 
delete everything from the error.log file and then restart the server 
to see if new errors gives any hints as to what is taking so long.






On 14/07/2015 13:26, Prajilal KP wrote:


Trying to set-up 8 websites across 8 application servers and 3 DB 
servers in IBM SoftLayer.


We are now facing time-out issue with all the HTTP requests which 
takes more than 60seconds to execute and resulted the following error



Service Unavailable
The server is temporarily unable to service your request due to 
maintenance downtime or capacity problems. Please try again later.




We have tried increasing the time-out to 300seconds, but it didn't 
help us to resolve the issue.



httpd.conf
-

(PHP 5.5 websites configuration)

 
DocumentRoot /NFS/content/{{ ENV }}/WEBSITE1
ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9001/NFS/content/{{ 
<http://127.0.0.1:9001/NFS/content/%7B%7B> ENV }}/WEBSITE1/$1 timeout=300

ServerName {{ WEBSITE1 }}



 
DocumentRoot /NFS/content/{{ ENV }}/WEBSITE1
ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9001/NFS/content/{{ 
<http://127.0.0.1:9001/NFS/content/%7B%7B> ENV }}/WEBSITE1/$1 timeout=300

ServerName {{ WEBSITE1 }}



(PHP 5.3 websites configuration)
 
DocumentRoot /NFS/content/{{ ENV }}/WEBSITE2
ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9000/NFS/content/{{ 
<http://127.0.0.1:9000/NFS/content/%7B%7B> ENV }}/WEBSITE2/$1 
timeout=300

ServerName {{ WEBSITE2 }}



 
DocumentRoot /NFS/content/{{ ENV }}/WEBSITE2
ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9000/NFS/content/{{ 
<http://127.0.0.1:9000/NFS/content/%7B%7B> ENV }}/WEBSITE2/$1 
timeout=300

ServerName {{ WEBSITE2 }}



Could anyone please help me?

Application Server Configuration

Apache 2.4.12
PHP 5.3 & PHP 5.5
MySQL Client
HA Proxy
Drupal 6, Drupal 7
Perl, OpenAM, SOLR

100GB HDD, 8G RAM, 8G SWAP
1.5T NFS to store the application data


DB Server Configuration
-
MySQL Server
100GB HDD, 24G RAM, 8G SWAP

Regards,
Lal






-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Good Guy

On 25/02/2015 13:58, Oliver Graute wrote:

I load the dir_module and tried thas directive without sucess


 DirectoryIndex index.html






I have got like this in my conf file:


DirectoryIndex index.php index.html



However, yours should work, so something else isn't right.




[users@httpd] Re: Apache HTTPD server Version 2.4.12 v9 MSI installer

2015-02-10 Thread Good Guy


Not MSI as far as I know but try this link anyway:



Good luck.


On 09/02/2015 20:30, Deepak Subbanarasimha wrote:


Is there an MSI installer available for Apache HTTP server Version 
2.4.12 VC9 version with


with OpenSSL 1.0.1l, Zlib 1.2.8 (mod_deflate), APR 1.5.1, APR-Util 
1.5.4, APR-Iconv 1.2.1, IPv6 and TLS SNI enabled






If so, could some one point me to it?

Thanks,

*DEEPAK SUBBANARASIMHA*

*Kewill *

DDI: +00 (1) 978 482 2625
Email: deepak.subbanarasi...@kewill.com 



www.kewill.com 

Tel: +00 (1) 978 482 2500| Fax: +00 (1) 978 482 2501

1 Executive Drive, Chelmsford, MA 01824, USA

IMPORTANT NOTICE: This email is intended solely for the use of the 
individual to whom it is addressed and may contain information that is 
privileged, confidential or otherwise exempt from disclosure under 
applicable law. If the reader of this email is not the intended 
recipient or the employee or agent responsible for delivering the 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution, or copying of this communication is 
strictly prohibited.  If you have received this communication in 
error, please immediately notify us by telephone at (978) 482-2500 and 
return the original message to us at the listed email address. In 
accordance with Kewill policy, emails sent and received may be 
monitored. Kewill accepts no responsibility for any loss or damage 
should this email contain any virus, or similar destructive or 
mischievous code. Thank You. Copyright © 2013 by Kewill Inc


IMPORTANT NOTICE: This email is intended solely for the use of the 
individual to whom it is addressed and may contain information that is 
privileged, confidential or otherwise exempt from disclosure under 
applicable law. If the reader of this email is not the intended 
recipient or the employee or agent responsible for delivering the 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution, or copying of this communication is 
strictly prohibited. If you have received this communication in error, 
please immediately return the original message to the sender at the 
listed email address. In accordance with Kewill policy, emails sent 
and received may be monitored. Although Kewill takes reasonable 
precautions to minimize the risk, Kewill accepts no responsibility for 
any loss or damage should this email contain any virus, or similar 
destructive or mischievous code. 




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache httpd server 2.4.10 version.

2015-02-10 Thread Good Guy

Google is the best tool for these things IMHO:



Good luck.



On 10/02/2015 06:25, Pradeep Patil wrote:


Hi,

We got the approval for the software Apache httpd server 2.4.10 and 
now I see the link disabled for the 2.4.10 because its upgraded to 2.4.12.


Where can we get the Apache httpd server 2.4.10 version to download 
for windows.


Thanks and Regards,

Pradeep Patil.




http://www.mindtree.com/email/disclaimer.html




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: cannot figure out how to add a new user

2014-12-31 Thread Good Guy

On 31/12/2014 19:20, Timothy C. Fritz wrote:

I cannot figure out how to add a new user to Apache HTTP Server 2.2. I want
to add a "guest" account so that I don't have to give out my own
credentials. This is essentially what I've done and everything seems to
work, except I can't log into my site with these new credentials:

D:\Program Files\Apache Software Foundation\Apache2.2\bin>htpasswd -cm
passwords guest
New password: 
Re-type new password: 
Adding password for user guest

Tim


Is this new user in MySQL?  I have never created a new user for 
appache.  All I do is install the windows binaries and the users only 
come into equation when dealing with MySQL or Windows server.





[users@httpd] Re: Failure Notice

2014-12-30 Thread Good Guy

The last message worked so clearly it is working now.




On 31/12/2014 01:37, Good Guy wrote:
I am getting failure notice for reasons not known.  does anybody know 
if the servers are all down for Christmas?



This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

users@httpd.apache.org <mailto:users@httpd.apache.org>
SMTP error from remote mail server after end of data:
host mx1.us.apache.org [140.211.11.136]: 552 spam score (5.1) 
exceeded threshold 
(FORGED_HOTMAIL_RCVD2,FSL_HELO_BARE_IP_2,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS




Second message:

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

users@httpd.apache.org <mailto:users@httpd.apache.org>
SMTP error from remote mail server after end of data:
host mx1.eu.apache.org [192.87.106.230]: 552 spam score (5.1) 
exceeded threshold 
(FORGED_HOTMAIL_RCVD2,FSL_HELO_BARE_IP_2,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS




[users@httpd] Failure Notice

2014-12-30 Thread Good Guy
I am getting failure notice for reasons not known.  does anybody know if 
the servers are all down for Christmas?



This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

users@httpd.apache.org 
SMTP error from remote mail server after end of data:
host mx1.us.apache.org [140.211.11.136]: 552 spam score (5.1) 
exceeded threshold 
(FORGED_HOTMAIL_RCVD2,FSL_HELO_BARE_IP_2,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS




Second message:

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

users@httpd.apache.org 
SMTP error from remote mail server after end of data:
host mx1.eu.apache.org [192.87.106.230]: 552 spam score (5.1) 
exceeded threshold 
(FORGED_HOTMAIL_RCVD2,FSL_HELO_BARE_IP_2,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Trouble upgrading to 2.2.29 from 2.2.8 - mod_deflate error

2014-10-30 Thread Good Guy

On 30/10/2014 19:10, Christopher Stanley wrote:

Hey guys!

I am having trouble upgrading from Apache 2.2.8 -> 2.2.29 with the 
following error occurring after running 'make'


/usr/local/apache2/build/libtool --silent --mode=compile gcc -g -O2 
-pthread-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
 -I/opt/vignette/software/apache/srclib/pcre -I. 
-I/opt/vignette/software/apache/os/unix 
-I/opt/vignette/software/apache/server/mpm/prefork 
-I/opt/vignette/software/apache/modules/http 
-I/opt/vignette/software/apache/modules/filters 
-I/opt/vignette/software/apache/modules/proxy 
-I/opt/vignette/software/apache/include 
-I/opt/vignette/software/apache/modules/generators 
-I/opt/vignette/software/apache/modules/mappers 
-I/opt/vignette/software/apache/modules/database 
-I/usr/local/apache2/include 
-I/opt/vignette/software/apache/modules/proxy/../generators 
-I/usr/kerberos/include -I/opt/vignette/software/apache/modules/ssl 
-I/opt/vignette/software/apache/modules/dav/main  -prefer-non-pic 
-static -c mod_deflate.c && touch mod_deflate.lo

mod_deflate.c: In function `deflate_out_filter':
mod_deflate.c:790: error: `APR_INT32_MAX' undeclared (first use in 
this function)
mod_deflate.c:790: error: (Each undeclared identifier is reported only 
once

mod_deflate.c:790: error: for each function it appears in.)
mod_deflate.c: In function `deflate_in_filter':
mod_deflate.c:1165: error: `APR_INT32_MAX' undeclared (first use in 
this function)

mod_deflate.c: In function `inflate_out_filter':
mod_deflate.c:1550: error: `APR_INT32_MAX' undeclared (first use in 
this function)

make[3]: *** [mod_deflate.lo] Error 1
make[3]: Leaving directory 
`/opt/vignette/software/httpd-2.2.29/modules/filters'

make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/opt/vignette/software/httpd-2.2.29/modules/filters'

make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/vignette/software/httpd-2.2.29/modules'
make: *** [all-recursive] Error 1

I am running RHEL4 (I know it's bad)

Any help would be much appreciated!

Thanks!



Not sure if you are on a windows system but in Windows it is simply a 
matter of downloading the compiled binaries and putting them in the 
Apache folder and using the same configuration file as in the 2.2.x 
version.  It worked for me and should work for most people.


After doing this you need to restart the server to load it again.






[users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-06 Thread Good Guy

On 06/08/2014 21:38, motty cruz wrote:

Thanks, I created index.php with the following:


when I go to localhost, it download file.

I don't get an error,





Well I don't know what it means "it download file" because that small 
file is not supposed to download anything but it should show something 
like this:


PhP-Info 



Do you get anything like this?  If so then PHP module is working but it 
might need some tinkering if something doesn't work.





[users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-06 Thread Good Guy

On 06/08/2014 15:57, motty cruz wrote:
Hello, I just finished installing Apache 2.4 and PHP 5.5 on FreeBSD 
10, but Apache 2.4 is not loading PHP. can someone help me with this 
issue?


Thanks in advance


What platform?  Windows?  I can help you with windows but not Linux.






[users@httpd] Re: Apache 2.4 - non adoption reasons??

2014-07-18 Thread Good Guy

On 18/07/2014 15:35, Eric Covener wrote:

On Fri, Jul 18, 2014 at 10:21  AM, David Favor 

> wrote:
>> Biggest problem is with Apache changing format of conf entries.
>
> What do you mean by the format?
>

I think what he is talking about is that for each upgrades, apache 
becomes non-compliance with the previous version.  So if you plan to use 
the same conf file to speed up the implementation then you are likely to 
be stuck because some entries in the conf file won't work and throw out 
errors.


Upgrades should be about new features and new codes/syntax but the old 
one should still work.






-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users] instructions - How to compile apache 64 bit on Windows platforms

2014-06-08 Thread Good Guy

On 08/06/2014 14:04, Vadim Blumkin wrote:



> Hi,
>
>
>
> Is the any instructions how compile sources of httpd apache 64 bit on
> Windows platform ? (including openssl , zlib , lixml2 modules )
>
>
>
>
>
> Thanks a lot,
>
> Vadim
>

For 64 bit, you can also try this link:

<https://www.apachelounge.com/download/win64/>  They have already done 
it for you so either you can download it and install it or you can ask 
him if he can post the instructions on these newsgroups or his own website.


--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



Re: [users] instructions - How to compile apache 64 bit on Windows platforms

2014-06-08 Thread Good Guy

On 08/06/2014 14:04, Vadim Blumkin wrote:


Hi,

Is the any instructions how compile sources of httpd apache 64 bit on 
Windows platform ? (including openssl , zlib , lixml2 modules )


Thanks a lot,

Vadim




This is the best you can get:

<http://httpd.apache.org/docs/2.0/platform/win_compiling.html>

Have you googled for it if there are any third party sites giving these 
instructions?  If not then you can try it or ask at apachefriends 
website.  they do it all the time for their XAMPP product.


--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache 2.4 - non adoption reasons??

2014-04-21 Thread Good Guy

On 10/04/2014 18:43, Joey J wrote:

Apache 2.4 has had a stable release out for over 2 years but is only
used by 2.5% of active Apache sites.   Why is the adoption so low?? The
Apache foundation has been recommending upgrading to 2.4 for some time
and looking at the improvements I see significant value in several.  I
don't see any reason why anybody wouldn't want to use it but the
community seems to think it's bad.

What am I missing??

Current market share:
http://w3techs.com/technologies/details/ws-apache/2.4/all

  -Joey J



The upgrade process isn't simple for most Open Source products and so 
uptake of upgrades is very slow despite being FREE.


With Microsoft products, the uptake is high because the upgrade process 
is very simple and people are prepared to try it and decide to stay with it.


With Open Source, something must be done with backwards compatibility 
for products to be readily acceptable in the market place.  I try all 
new upgrades for Apache, PHP, MySQL etc but I am using them as a hobby 
and for learning purpose so that when contracts demand latest knowledge 
then I am ready for them.





-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Removing Posts [WAS: Terminology clarification question.....]

2013-12-12 Thread Good Guy

On 13/12/2013 04:59, Nagaraju Kurma wrote:

How can i edit my post at least in httpd mailing list :)





You can't.  Once posted it is posted and there is no way to edit 
anythi9ng in these newsgroups.  Always think before pressing the "SEND" 
button.





--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Web Site Testing

2013-12-11 Thread Good Guy

On 12/12/2013 03:29, Roman Gelfand wrote:

I think I was misunderstood.  I am looking for a web site monitoring
software that periodically downloads a page from that site and records
statistics like how many times it got 200, 404, etc...


Perhaps you can try Google Webmaster Tools.  It is still free and it 
gives lots of info about your site.










--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Web Site Testing

2013-12-11 Thread Good Guy

On 12/12/2013 00:46, Roman Gelfand wrote:

Is there an open source service tool that checks, over wan,
availability/collects statistics/notifies/etc... of a web site?

Thanks in advance


Availability yes but not statistics AFAIK.  There is something called


 "DNS Propagation Check"

<https://www.whatsmydns.net/>

Just enter your address or IP address and it will tell you what is the 
situation of your site in major World Cities.


Try it and let us know.




--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Error 404 Not Found

2013-12-10 Thread Good Guy

On 11/12/2013 01:03, Robert wrote:

Good Guy,

Problem resolved.  Thanks so much for your patience and help.

Robert



I am glad this has been resolved successfully.  Thanks for the update.



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org




[users@httpd] Re: Error 404 Not Found

2013-12-09 Thread Good Guy
After making the changes, you will need to restart the apache server so 
that the new configuration settings takes effect.  Either re-boot the 
machine or simply restart the service using the apache button in the 
taskbar.



On 10/12/2013 02:55, Robert wrote:

Good Guy,

Files have been unzipped to directory c:\php-120913.

Robert





--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Error 404 Not Found

2013-12-09 Thread Good Guy

OK do the following adjustments:

1)Browse the php folder and look for the file called:
"php.ini-production" and change its name to:

php.ini

2)Open this php.ini file in a text editor and change the following:

short_open_tag = Off
To
short_open_tag = On

3)Change
;session.save_path = "/tmp"
To
session.save_path = "/tmp"

Also make sure you have a c:\tmp folder for temporary session files.  
Make sure the folder name is exactly as I have shown above.  Windows 
uses a different folder names but do exactly as I have stated above.

4) Save the file and close it.

Configure Apache Server: This  Section requires changing the apache 
configuration settings:
1)Stop the apache server so that you can change the config file; the 
config file is called httpd.conf and it is in a folder:

/apache/conf
2) Open it and make these changes:
Search for section of the file that has a series of "LoadModule" 
statements. Statements prefixed by the hash "#" sign are regarded as 
having been commented out. Add the following at the end of the section:

LoadModule php5_module "c:/php-120913/php5apache2_2.dll"
Make sure the folder name id#s for the  php folder where you have 
extracted the files.  Also, the folder names in apache is as shown above 
not as in windows.  For example folder in apache should be c:/php-120913 
NOT c:\php-120913.  You get the idea.


3) Next, search for "AddType" in the file, and add the following line 
after the last "AddType" statement. For Apache 2.2.x, you can find the 
"AddType" lines in the  section. Add the line just 
before the closing  for that section.


AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml

4) Finally, you will need to indicate the location of your PHP ini file. 
Add the following line to the end of your httpd.conf file.

PHPIniDir "c:/php-120913"
Again the folder should be your folder for php files you have extracted to.

This should enable you to process php files.  Always test the 
configuration by loading the phpinfo file I gacvve you earlier in the 
thread.  I hope you still have it otherwise go back to the bgeginning of 
the thread and recreate the file and load it to test it.  It should give 
you the information about your php settings.


Good luck and post back so that something else can be suggested such as 
"Running PHP 5 as a CGI Binary"




On 10/12/2013 02:55, Robert wrote:

Good Guy,

Files have been unzipped to directory c:\php-120913.

Robert



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Error 404 Not Found

2013-12-08 Thread Good Guy

On 09/12/2013 01:22, Good Guy wrote:

On 08/12/2013 02:59, Robert wrote:

Hi Good Guy,

When I loaded test.php into the browser with localhost/test.php it 
only echoed the contents of test.php back.  If I do the same thing 
with any .php file I have in htdocs the result is the same - echoes 
back the content of the file.  If I type localhost/test I get the 404 
error message... "The requested URL /test was not found on this server."


Robert




OK this suggests that you have not installed php on your machine; ALSO 
after installing the php files, you need to configure the apache so 
that it knows where the php engine is.


1) First I suggest download the php files from this link:



 2) Unzip the files tp a specific folder such as c:\php

3) Post back when you have done this so that I can post some 
rudimentary instructions how to configure apache server so that it can 
process php files.







You need this link for the windows system:

<http://windows.php.net/downloads/releases/php-5.4.22-Win32-VC9-x86.zip>


--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Error 404 Not Found

2013-12-08 Thread Good Guy

On 08/12/2013 02:59, Robert wrote:

Hi Good Guy,

When I loaded test.php into the browser with localhost/test.php it 
only echoed the contents of test.php back.  If I do the same thing 
with any .php file I have in htdocs the result is the same - echoes 
back the content of the file.  If I type localhost/test I get the 404 
error message... "The requested URL /test was not found on this server."


Robert




OK this suggests that you have not installed php on your machine; ALSO 
after installing the php files, you need to configure the apache so that 
it knows where the php engine is.


1) First I suggest download the php files from this link:

<http://www.php.net/get/php-5.4.22.tar.gz/from/a/mirror>

 2) Unzip the files tp a specific folder such as c:\php

3) Post back when you have done this so that I can post some rudimentary 
instructions how to configure apache server so that it can process php 
files.





--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Error 404 Not Found

2013-12-07 Thread Good Guy

On 07/12/2013 23:26, Robert wrote:

Did not resolve the issue.  Thanks for trying...
Robert




Does your server recognize any of the .php files?  To test it, create a 
blank file and paste this code in it:




Now save this file in your htdocs folder as "test.php" (without the 
quotes of course).


Now try to load the file in your browser by typing:

localhost/test.php

If it loads then your server is setup to load php files;  If it doesn't 
load then you know it is not set up correctly.  By loading the file, you 
should get various php configuration details but you don't need to worry 
about it for now except that it should load correctly.



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Error 404 Not Found

2013-12-07 Thread Good Guy

On 07/12/2013 00:44, Robert wrote:

Apache 2.2 installed and running on my own Windows Vista 64bit SP2
computer.
File events_startup.html initiates my website home page and it contains
the following code:
  
   
/a>
  
File cycle-login is cycle-login.php and if working properly displays a
login form.  Mysql is read and
username-password is validated.  If successful user is presented with a
second form for data input.
Both these files reside in c:\apache2\htdocs.
Contained in c:\apache2\conf\httpd.conf are following pertinent entries:
ServerRoot "c:\apache2"
DocumentRoot "c:\apache2\htdocs"
*The Issue:*
events_startup.html executes correctly and displays the website home
page either by
entering my domain name into a browser or entering
localhost/events_startup.html or
by entering my IP address followed by events_startup.html.
When I mouse click into the anytime.jpg image I receive the messages
"The requested URL /cycle-login was not found on this server."
"Error 404 Not Found".
Thank you for your help.
Robert



It could be that you need to change: "cycle-login" to "cycle-login.php" 
in your html code and also make sure that cycle-login.php file resides 
in the root of the server.



 /a>
   


Good luck.



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache Vulnerability

2013-11-08 Thread Good Guy

Just put this code at the end of your conf file:

*ServerSignature Off* *ServerTokens Prod*
ServerSignature Off
ServerTokens Prod

*ServerSignature Off* *ServerTokens Prod*
*ServerSignature Off* *ServerTokens Prod*


On 08/11/2013 08:08, pratibha.dhank...@wipro.com wrote:


Hi,

We have received one apache vulnerability from our security auditors 
“*_The remote web server is load-balanced_*.” The solution to which is 
provided as “Update the web configuration to hide information 
disclosure.” .Can you please explain what configuration needs to be 
done in order to rectify this vulnerability.





--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-02 Thread Good Guy

On 02/11/2013 04:15, Jasvir Singh wrote:

Hello everyone.
Recently I have installed Apache web server on my Ubuntu 13.10, but
it's not working properly. Installed version in 2.4.6.
when I restart apache it gives following error.
http://tinypic.com/r/242ivih/5

Here is my default.conf file
http://pastebin.com/zZmxhaxG

Please help me to solve this error.




Make sure your first 5 lines look like this:



ServerAdmin webmaster@localhost
DocumentRoot /var/www/


Notice the last closing tag for vitualhost.

Good luck.




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: apache httpd 2.0 to 2.2 upgrade

2013-05-15 Thread Good Guy

On 15/05/2013 04:27, paul.warren.p.p...@accenture.com wrote:


Hi All, we are upgrading our apache httpd 2.0 to 2.2 on Windows. We 
have currently 3 apache 2.0  servers, each has 4 different httpd 
nodes(ports 80,81,82,83).


In case we encounter issues after the upgrade.

What are the best approach to roll back to previous version?

Can we use the same ports without overwriting the httpd 2.0 
installation folder?


Does the new installation overwrites any related registry entries? If 
there are any.


Appreciate your inputs. Thanks




THE WAY I DID IT FOR THE FIRST TIME WAS LIKE THIS:

1) Took an image of the hard disk of the server;  Some call this cloning 
of the HD

2) I then copied the configuration file on to a flash drive;
3) I then installed the latest version of apache in the normal way;
4) I re-copied the configuration file back to the server from the flash 
drive;

5) rebooted the server;
6) Everything was OK

My server is pretty small and the traffic is almost negligible. About 
2500 people in a day.


Now the purpose of cloning the drive to to ensure that should anything 
goes wrong, you can always undo your work by putting back the old server 
back using the image files.  You do need to have either Norton Ghost or 
Acronis software to do this.


Hope this helps.



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: "Official" apache win32 binaries for 2.2.23

2013-02-01 Thread Good Guy



I had always believed that Apache Foundation had committed "harakiri" in 
not providing the Win32/Win64 binaries because they are very popular for 
developers of CMS packages.  Now you have given us the true reason of why!.


Now whoever was doing it, can he not post a final document containing 
instructions so that somebody else can takeover the responsibility.  I 
don't mind doing it but whenever I try do build it in VS2010, I always 
get errors and so I gave up.  even VS 2012 is out now and it is a very 
good package to create fast binaries.


It is in the interest of everybody if Windows binaries are provided to 
increase the userbase of Apache/Php/MySQL.





On 01/02/2013 15:28, Sharpe, G wrote:

Something similar to this got brought up not that long ago, and it seems to, 
well, not elicit as polite responses as one might expect from some people in 
the thread. Before that happens, I'll post what I posted last time, hopefully 
this will explain things;
"I think what Eric is getting at is that the Apache Foundation doesn’t provide 
any *official* win32 binaries – the ones that are available for download are 
actually ones done by a community member and then merely hosted on the foundations 
website.
Presumably the lack of 2.4 binaries is because whoever was doing them has 
stopped?"

Now as you may have guessed this was to do with 2.4 binaries, but the lack of 
2.2.23 binaries will be for the same reason.
Apache Lounge would be your best bet to get a binary it seems.
Hope that helps.

-Original Message-
From: Michiel Beijen [mailto:michiel.bei...@gmail.com]
Sent: 01 February 2013 15:21
To: users@httpd.apache.org
Subject: [users@httpd] "Official" apache win32 binaries for 2.2.23

On the Apache mirrors there are no Windows binaries for Apache 2.2.23 available:
http://apache.proserve.nl//httpd/binaries/win32/

there are binaries for 2.2.22 (and even for netware 2.2.23!) - is there a 
reason behind this?

I understand I can compile my own or get it from Apachelounge of course. Still, 
Win32 binaries from the 'official' repo is convenient I think.
--
Mike

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Building Apache for Windows

2012-12-09 Thread Good Guy

On 09/12/2012 16:49, Stormy wrote:


Try Bill Gates?



Is he still around?

--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Building Apache for Windows

2012-12-09 Thread Good Guy



Somebody should take the responsibility to write the instructions 
clearly and succinctly (together with php) so that users can compile the 
source files for their own use.I have been working on 2.2.23 for 
about a week to no avail.  Why can't it be as simple as "hello world" 
program?



On 07/12/2012 00:33, Alex Chen wrote:
I tried Visual Studio 2008 first but got a lot error messages saying 
the project files are corrupted. So I resorted to use command line 
tool but it still failed.

These are the error messages:
=
C:\Projects\Apache\HTTP Server\2.4.3\httpd-2.4.3>nmake /f Makefile.win 
_apacher

Microsoft (R) Program Maintenance Utility Version 11.00.50727.1
Copyright (C) Microsoft Corporation.  All rights reserved.

Please check out or download and unpack the Apache Portability Runtime
sources (apr, apr-iconv and apr-util) into your srclib dir.
Apache cannot build without these libraries!

Makefile.win(74) : fatal error U1050: Need srclib\  apr, apr-iconv and 
apr-util

Stop.
===

I downloaded the dependency library httpd-2.4.3-deps.tar.gz and 
unpacked it.  But it only contained apr and apr-util so I got the same 
error message above.


Any idea how I can build on Windows with either IDE or command line?

Thanks.



On 12/6/2012 3:49 PM, Alex Chen wrote:
I am trying to build Apache 2.4 on Windows 7 with Visual Studio 
2012.  In the document page 
http://httpd.apache.org/docs/2.4/platform/win_compiling.html, it says 
the workspace file to be used is Apache.dsw.  However there is 
another Apache-apr2.dsw that is newer and has similar projects 
included.  Which one should I use to convert to new Visual Studio?


Thanks.

Alex

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org




--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Visual Studio C++ 6 Processor Pack

2012-11-15 Thread Good Guy

On 15/11/2012 20:36, apache-ad...@ultra-it.de wrote:

Hello,

I want to build the new version 2.2.23 of the Apache HTTPD
on myself to get involved in the debugging of the http server.

Unfortunately I was not able to find the Visual C++ 6.0
Processor Pack at microsofts download center nor on the web.
Does anyone know, where I can get this processor pack ?

Would be great, if you could help me.

Thanks a lot.

apache-admin



<http://www.cnet.com/topic-software/microsoft-visual-c.html>



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



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

2012-10-21 Thread Good Guy

On 21/10/2012 09:23, Anton wrote:
why are there no binaries at the *official* apache download site? Is 
there a reason for the delay ... I mean if apachelounge can build the 
binaries ... why can't he apache project itself. I always prefer to 
download products on their *official* site than on third party sites. 
Thanks Anton 


Well it looks like they have stopped releasing Windo9ws binaries.  I 
wanted 2.2.23 version and that too is not available from the official 
site.  I have decided to compile the source myself for my 
test/development machine.


I have not tried or used any of the the apachelounge binaries so can't 
comment about the efficacy of them.



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Webserver configuration

2012-07-28 Thread Good Guy

On 28/07/2012 23:47, Yagiz OZEN wrote:

Hi Rogers,

Can you explain a little bit more the sentence you mentioned down, the one with 
the shared hosting and LAMP. What do you mean?



Perhaps he meant to say this:

<http://www.lamphowto.com/>

Good luck.

--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Forums: http://mytaxsite.boardhost.com
Email: http://mytaxsite.co.uk/contact-us


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Distro Question

2012-06-30 Thread Good Guy

On 01/07/2012 05:00, Bill Vance wrote:

Can anyone tell me about the differences, whys and wherefors, etc., with
regards ro LAMPP/XAMPP, and the compiled versions?  I probably could have
used LAMPP/XAMPP, but have had the compiled versions up and running for
a while now, and so I've stuck with that for the time being.

Bill



As far as I am aware, XAMPP is for people who are running their 
localhost for development work and for learning.  It is not fit live 
production environment.  Also, it is nor#t updated regularly.  There is 
big time lag between updates and original release.


I would download the compiled versions and configure them for my local 
use rather than relying on XAMPP or anything else.


Hope this helps.


--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Forums: http://mytaxsite.boardhost.com
Email: http://mytaxsite.co.uk/contact-us




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



  1   2   >