Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-16 Thread Zahid Rahman
16, 2025 at 4:20 AM Zahid Rahman wrote: > > > > Let me rephrase my question then. Using Apache without the reverse proxy > feature > > https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html > > > > Does it leave your apache webserver vulnerable to attack ? &

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-16 Thread Zahid Rahman
https://www.groundupsystem.co.uk/ ¯\_(ツ)_/¯ ♡۶♡ ۶♡۶ <http://www.backbutton.co.uk> On Fri, 14 Mar 2025, 05:05 Frank Gingras, wrote: > > > On Fri, Mar 14, 2025 at 12:13 AM Zahid Rahman > wrote: > >> I don't have error when setting up software . >> I am very good at following in

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-14 Thread Zahid Rahman
ckbutton.co.uk> On Fri, 14 Mar 2025, 02:41 Frank Gingras, wrote: > > > On Thu, Mar 13, 2025 at 9:38 PM Zahid Rahman wrote: > >> >> That's my point , the majority of websites must be hosted without a >> proxy server in front leaving the codebase vulner

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Zahid Rahman
13 Mar 2025, 19:18 Frank Gingras, wrote: > > > On Thu, Mar 13, 2025 at 1:53 PM Zahid Rahman wrote: > >> The usual routine when hosting a website is :- >> >> One is given access to the apache webserver via filezilla whereby the >> locally tested code fro

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Zahid Rahman
hosting companies and front end developers , then are most apache webservers not acting as proxies but as webservers ? ¯\_(ツ)_/¯ ♡۶♡ ۶♡۶ <http://www.backbutton.co.uk> On Thu, 13 Mar 2025, 16:13 Frank Gingras, wrote: > > > On Thu, Mar 13, 2025 at 11:22 AM Zahid Rahman > w

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Zahid Rahman
t; On Thu, 13 Mar 2025, 14:51 Frank Gingras, wrote: > > > On Thu, Mar 13, 2025 at 10:43 AM Zahid Rahman > wrote: > >> Hi, >> >> Do the majority of apache webservers made available by web hosting >> companies at their data centres serve codebase directl

[users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Zahid Rahman
Hi, Do the majority of apache webservers made available by web hosting companies at their data centres serve codebase directly or are the majority act as proxy servers ? Thanks in advanced for sharing . ¯\_(ツ)_/¯ ♡۶♡ ۶♡۶

Re: [users@httpd] different behaviour between web servers

2024-11-18 Thread Zahid Rahman
de . voila! On Sun, 17 Nov 2024, 03:46 Frank Gingras, wrote: > > > On Sat, Nov 16, 2024 at 3:12 AM Zahid Rahman wrote: > >> The browser rendering bug also exists in Firefox along with iPhone 13, in >> case it is of interest to you if you are involved in dev

Re: [users@httpd] different behaviour between web servers

2024-11-16 Thread Zahid Rahman
The browser rendering bug also exists in Firefox along with iPhone 13, in case it is of interest to you if you are involved in development of the Firefox browser. On Wed, 13 Nov 2024, 07:26 Zahid Rahman, wrote: > It appears the external hosting webserver is rendering everywhere > correct

Re: [users@httpd] different behaviour between web servers

2024-11-13 Thread Zahid Rahman
rendering. It wouldn't be the first time I have found an issue with Apple browser rendering. On Tue, 12 Nov 2024, 16:51 Frank Gingras, wrote: > > > On Tue, Nov 12, 2024 at 1:03 AM Zahid Rahman wrote: > >> Hi, >> >> In my development environment running in V

[users@httpd] different behaviour between web servers

2024-11-11 Thread Zahid Rahman
Hi, In my development environment running in Visual Code and a live server The carousel is behaving as it is programmed using CSS HTML. The images are coming from a misty white fog from the right and disappearing into a misty white cloud on the left. However when I host it the white effect is

Re: [users@httpd] Tomcat anibm semeru

2024-09-23 Thread Zahid Rahman
The various jvms are developed to follow same specifications written by a higher design committee. Unless there is an undiscovered bug tomcat will work IBM jvm. Just try it. RUN IT. On Mon, 23 Sept 2024, 16:03 Frank Gingras, wrote: > > > On Mon, Sep 23, 2024 at 10:56 AM wrote: > >> Hello, >

Re: [users@httpd] Apache is unable to access /tmp in any way

2023-02-16 Thread Zahid Rahman
> I always get 403 Forbidden for that. I can recall when I first downloaded one of these web servers , if you put an incorrect url for which a pages didn't exists your directory structure appeared with full http access to anyone. Clearly the restriction on /tmp is an improvement. On Wed, 1

Re: [users@httpd] OCSP multi stapling support (Apache 2.4.37)

2023-02-16 Thread Zahid Rahman
OCSP stapling is supported on - Apache HTTP Server (>=2.3.3) - Nginx (>=1.3.7) The symbols means greater then equal to 2.3.3 To be honest I never of OSCP stapling so I googled. How to and concepts can be found https://www.digitalocean.com/community/tutorials/how-to-configure-ocsp-stapling

Re: [users@httpd] Product Bug h5bp/tls/certificate_files.conf

2023-02-10 Thread Zahid Rahman
k a project and get involved!" with 39 members > (<https://h5bp.org/> retrieved 2023-02-10). Apache is somewhat > exponentially more widespread. > > Please move your questions to where they belong. > > Good luck. > > Paul > --- > Tired old s

Re: [users@httpd] Product Bug h5bp/tls/certificate_files.conf

2023-02-10 Thread Zahid Rahman
On Fri, 10 Feb 2023, 23:21 Paul, wrote: > On 2023-02-10 12:50, Zahid Rahman wrote: > > It is hardcoded in the original file see repository. > > > https://github.com/h5bp/server-configs-apache/blob/main/h5bp/tls/certificate_files.conf > < > https://github.com/h5bp

Re: [users@httpd] Product Bug h5bp/tls/certificate_files.conf

2023-02-10 Thread Zahid Rahman
it was suggested I should in the template https://github.com/h5bp/server-configs-apache/blob/main/vhosts/templates/example.com.conf On Fri, 10 Feb 2023, 17:26 Paul, wrote: > On 2023-02-10 09:38, Zahid Rahman wrote: > > *my apache2 installation directory is /etc/apache2 not /

Re: [users@httpd] Product Bug h5bp/tls/certificate_files.conf

2023-02-10 Thread Zahid Rahman
our own system. > > Since you already have letsencrypt TLS rules in your configuration I don't > think you should include h5bp/tls/certificate_files.conf at all. > > > Am 10. Februar 2023 15:05:19 MEZ schrieb Zahid Rahman < > zahidr1...@gmail.com>: >> >> Hi

[users@httpd] Product Bug h5bp/tls/certificate_files.conf

2023-02-10 Thread Zahid Rahman
Hi, Including h5bp/tls/certificate_files.conf in the virtual host conf file is causing an error I believe this is a product bug rather than something I may be doing. $ sudo /etc/init.d/apache2 restart Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the c

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

2023-02-09 Thread Zahid Rahman
Thank you for the help. I found some more info on how the configuration differs on ubuntu apache and what to do. Regards Zahid On Thu, 9 Feb 2023, 14:52 Zahid Rahman, wrote: > I have looked into the cache-busting feature of Apache2 Webserver. > > I have an Ubuntu installation o

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

2023-02-09 Thread Zahid Rahman
t > suits your use case. > > Once you understand the concepts, here is a good starting point for some > sensible configuration options: > > https://github.com/h5bp/server-configs-apache/tree/main/h5bp%2Fweb_performance > > > Am 9. Februar 2023 05:52:19 MEZ schrieb Zahid

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

2023-02-08 Thread Zahid Rahman
: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:

[users@httpd] style.css not updating

2023-02-08 Thread Zahid Rahman
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;

[users@httpd] websites down

2022-01-29 Thread Zahid Rahman
Hi, My websites have been up and running for a while now. Now the only page visible is the default page. http://5.71.131.90 They are running on a raspi 8 on ubuntu 20. you can assume I followed these steps https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-o