Re: [users@httpd] Strange change in behavior of web page

2024-10-15 Thread Freek de Kruijf
I analyzed it a bit further and it seems to have to do with style elements in the header (CSS) which are not in the body of a html page. In that case "default-src 'self'" is not enough, it needs to be "default-src 'self' 'unsafe-inline'". -- fr.gr. Freek de Kruijf - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Strange change in behavior of web page

2024-10-11 Thread Freek de Kruijf
;form- action 'self';frame-ancestors 'self'" However the errors I see are that 'self' does not allow setting style-src-attr when the source is background: #990099 or margin-bottom: 0cm; line-height: 100% Instead of 'self' I tried the name of the ser

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Freek de Kruijf
Op woensdag 9 oktober 2024 17:38:55 CEST schreef Frank Gingras: > On Wed, Oct 9, 2024 at 11:33 AM Freek de Kruijf > > wrote: > > Op woensdag 9 oktober 2024 16:31:16 CEST schreef Frank Gingras: > > > On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf > > > >

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Freek de Kruijf
Op woensdag 9 oktober 2024 16:31:16 CEST schreef Frank Gingras: > On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf > > wrote: > > I made a web page years ago in which I present buttons to view a video or > > to > > download that video file. In some text explaining some

[users@httpd] Strange change in behavior of web page

2024-10-09 Thread Freek de Kruijf
index.html. I compared these files and apart from obvious differences in locations of the referenced files, they are the same. Any clues? -- fr.gr. Freek de Kruijf - To unsubscribe, e-mail: users-unsubscr...@httpd.apa

Re: [users@httpd] http-https

2020-08-11 Thread Freek de Kruijf
ing to achieve this. please assit > > > > Ejaz You can do this with a directive in the .conf file for http://newtraffic.cyberia.net.sa : Redirect permanent "/" "https://newtraffic.cyberia.net.sa/"; -- fr.gr. Freek de Kruijf --

Re: [users@httpd] Is there a way to intercept all IP accesses in real time?

2018-11-01 Thread Freek de Kruijf
with the http server. The software itself is available on GitHub. I have it running on the smallest Raspberry Pi, a 1B, together with a honeypot for telnet and ssh and firewall logging. Reports go to dshield.org. My modem/ro

Re: [users@httpd] invisible server

2018-10-31 Thread Freek de Kruijf
then guess I have to set manually in the PC ) Your PC/Server normally gets the same IP address from DHCP when it restarts, so you can use that address as Destination. For a web server you need to forward the external port 80 to the internal port 80 of your PC/Server. In case you use https you

Re: [users@httpd] invisible server

2018-10-31 Thread Freek de Kruijf
o by using your browser to connect to the modem/router. Probably a menu like Advanced Settings. -- fr.gr. Freek de Kruijf - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache log analyzer?

2017-04-29 Thread Freek de Kruijf
configuration files. -- fr.gr. Freek de Kruijf - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] how to have multiple sub-domains on my webserver?

2016-12-26 Thread Freek de Kruijf
should i configure my webserver??? > Thank you.Rajeev With vhost files in .../vhost.d/ as many as you have domains. Read the documentation on that subject. -- fr.gr. Freek de Kruijf - To unsubscribe, e-mail: users-unsubscr

Re: [users@httpd] Virtual Hosting: One website doesn't work.

2015-01-04 Thread Freek de Kruijf
st. When testing different virtual named hosts on the same system I define these names, like example.com, www.example.com, etc. in /etc/hosts pointing to 127.0.0.1. You can always use the reconnect icon of the web browser to get a fresh version of the page you are accessing. Never had any probl

Re: [users@httpd] Different question

2014-07-16 Thread Freek de Kruijf
I have > managed to download the httpd-2.4.9 from apaches website in addition to > downloading the APR file. It is better to use Apache from the Ubuntu distribution. -- fr.gr. Freek de Kruijf - To unsubscribe, e-mail: users-

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

2013-12-13 Thread Freek de Kruijf
s that we have posted Send an answer to your earlier send message stating that you . -- fr.gr. Freek de Kruijf - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Freek de Kruijf
ctive in 2.4. What URL did you use to access your website? -- fr.gr. Freek de Kruijf - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Freek de Kruijf
ing.website.com (omitted for security) > The Order directive is missing or if you use apache 2.4 "Require allow all" and in the last case "allow from all" is gone. > allow from all > Options +Indexes > > -- fr.gr. Freek de Kruijf

[users@httpd] Understanding the concepts of

2013-11-03 Thread Freek de Kruijf
others: Require valid-user Require local Require host .example.com Require all granted But whatever I do I can access the Directory I am trying to protect from anywhere. -- fr.gr. Freek de Kruijf - To