Re: [users@httpd] port based VirtualHosts ?

2021-12-27 Thread Jason Vas Dias
ss it is because the default, un-vhosted server now has NO directory entries associated with it, that is has nothing to serve, so vhost resolution is forced. On 27/12/2021, Jason Vas Dias wrote: > Thanks Eric - > > Yes, it was DocumentRoot, a typo in my email only - sorry . > >

Re: [users@httpd] port based VirtualHosts ?

2021-12-27 Thread Jason Vas Dias
Thanks Eric - Yes, it was DocumentRoot, a typo in my email only - sorry . I now have ALL site in separate VHosts . I put all the default directory entries in conf/httpd.conf into a separate conf.d/Apache.conf : ServerName $HOST_DNS_NAME:80 include conf.d/Apache.dir

Re: [users@httpd] port based VirtualHosts ?

2021-12-27 Thread Jason Vas Dias
Many thanks Eric - Yes, I thought it must be supported ( and finally found : https://www.oreilly.com/library/view/apache-the-definitive/0596002033/ch04s02s04.html - "Port Based Virtual Hosts" - ) - but it is still not working. All Port servers still serve the default Apache websites -

[users@httpd] port based VirtualHosts ?

2021-12-27 Thread Jason Vas Dias
Good day - I am trying to setup VirtualHosts based on Port Differences only - is this possible ? ie. I have, on a Centos-7 x86_64 system with apache: httpd-2.4.6-97.el7.centos.2.x86_64 installed, in separated /etc/httpd/conf.d/*.conf files: File conf/httpd.conf: Listen $VPN_IP:8

Re: [users@httpd] strange encoded requests coming in to my server - like ' "\x80F\x01\x03\x01" ' ??

2011-05-31 Thread Jason Vas Dias
On Tuesday 31 May 2011 15:37:17 Ben Timby wrote: > On Tue, May 31, 2011 at 10:08 AM, Jason Vas Dias > wrote: > > I guess this is just opportunist hosts trying to connect to port 80 / port > > 443 with a garbage protocol ? > > If so, why are log entries made in the access

Re: [users@httpd] strange encoded requests coming in to my server - like'

2011-05-31 Thread Jason Vas Dias
Thanks anyway - I guess I can just ignore these. All the best, Jason > Dr. Larry Burton > Associate Professor > Department of Electronics, Computers, and Information Technology > School of Technology > North Carolina Agricultural and Technical State University > > -J

[users@httpd] strange encoded requests coming in to my server - like ' "\x80F\x01\x03\x01" ' ??

2011-05-31 Thread Jason Vas Dias
Now finally able to host a website on my home static-IP ADSL connection, using Linux (FC-14) apache httpd-2.2.17-1.fc14.x86_64 , with "IP-passthrough" and "Full NAT" enabled on the ADSL router so it assigns my host its own WAN address , I'm seeing these strange entries in the access log : 117.24

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Jason Vas Dias
And, in briefly re-examing my reason for developing this module, here's what happens when, on a stock freshly installed httpd-2.2.17-1.fc14.x86_64 FC-14 setup, I try to do : in /etc/httpd/conf/httpd.conf : @line 320: # # Possible values for the Options directive are "None", "All", # or any

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Jason Vas Dias
On Wednesday 06 April 2011 16:22:46 Eric Covener wrote: > > Yes, but even with "file" the server will still "serve" those files and > > they must still be "accessable" > > to HTTP/S requests - > > It will serve them (outside of SSI) if you configure it to, but I > don't see it as a requirement as

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Jason Vas Dias
On Wednesday 06 April 2011 15:58:29 you wrote: > On Wed, Apr 6, 2011 at 10:52 AM, Jason Vas Dias > wrote: > > I don't understand why this question got no responses . > > > > Surely it is not an unreasonable request to ask the server to support > > SSI req

[users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Jason Vas Dias
handler module useful, I'll post it here - otherwise can anyone explain how else to set up apache to allow SSI requests but NOT allow HTTP/S requests for a fragment ? Thanks in advance for any responses (which I really do not expect to receive after all this time on this issue ! ) and thanks

[us...@httpd] denying access to SSI fragments

2010-09-13 Thread Jason Vas Dias
ers, while allowing '/include/*' to be targets of SSI #include requests ? Thanks in advance for any responses, Regards, Jason Vas Dias - The official User-To-User support forum of the Apache HTTP Server Project. Se