Re: [users@httpd] Re: conditionally create a Virtual Host?

2021-01-13 Thread Jens Kallup
Hello, Apache is a WebServer, that handles "static" content. With modules Handlers, you can extend this to dynamic serve like with PHP or Perl. PHP/Perl are programming Languages, which can be use to "create" static and/or dynamic output on server side. PHP code is written as text file format, an

Re: [users@httpd] Re: conditionally create a Virtual Host?

2021-01-13 Thread Eric Covener
On Wed, Jan 13, 2021 at 8:03 PM Heather Lotz wrote: > > Thanks for pointing that out. > > > works correctly. "Correctly" meaning that Apache starts whether or not the > external drive that's mapped to Z: is attached to the PC, > localhost:8080/miscellaneous/ resolves when Z: is attached, > lo

Re: [users@httpd] Re: conditionally create a Virtual Host?

2021-01-13 Thread Heather Lotz
Thanks for pointing that out. works correctly. "Correctly" meaning that Apache starts whether or not the external drive that's mapped to Z: is attached to the PC, localhost:8080/miscellaneous/ resolves when Z: is attached, localhost:8080/miscellaneous/ gives a 404 Not Found response when Z: i

Re: [users@httpd] Re: conditionally create a Virtual Host?

2021-01-13 Thread Eric Covener
> No colon after drive letter? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: conditionally create a Virtual Host?

2021-01-13 Thread Heather Lotz
Recently, I upgraded to Apache 2.4.46 on my Windows 10 laptop and tried modifying httpd-vhosts.conf to conditionally create the Virtual Host as follows: DocumentRoot "Z:/files/development/xampp/code/htdocs" Options Indexes Require all granted Unfortunately, it is exhibiting the exact same

Re: [users@httpd] Apache in under attack.

2021-01-13 Thread @lbutlr
> On 12 Jan 2021, at 01:52, Jason Long wrote: > > It show me: > > 13180 X.X.X.X >1127 X.X.X.X > 346 X.X.X.X > 294 X.X.X.X > 241 X.X.X.X > 169 X.X.X.X > 168 X.X.X.X > 157 X.X.X.X > 155 X.X.X.X > 153 X.X.X.X Your server would not be getting bogged down

RE: [users@httpd] Aw: Re: [users@httpd] Apache in under attack. [EXT]

2021-01-13 Thread James Smith
You can get the information from top - but if you want it in the command line you run: ps -e -o rsz,vsz,sz,cp,cmd | grep apache2 | grep -v grep | sort -k 1 -n rsz - is the resident size - this is the amount of memory the programme is actually reserving in memory The output had the following ty

Re: [users@httpd] Aw: Re: [users@httpd] Apache in under attack. [EXT]

2021-01-13 Thread Antony Stone
On Wednesday 13 January 2021 at 10:59:12, Andrea Croci wrote: > Hi James, > > what was the command you used to see that apache uses ~1GB of memory? I > deleted the mail and that was a bad idea: there were some very useful > commands you were giving us here. You can view the entire thread archive

Re: [users@httpd] Aw: Re: [users@httpd] Apache in under attack. [EXT]

2021-01-13 Thread Andrea Croci
Hi James, what was the command you used to see that apache uses ~1GB of memory? I deleted the mail and that was a bad idea: there were some very useful commands you were giving us here. On 12.01.21 12:17, James Smith wrote: That shows you only have 2 incoming requests. How many lines if you rem