Current Page: 1 of 1
Results 1 - 22 of 22
1 year ago
HolyMoly
Hi, You were right. I found the solution. Some firefox addon was causing the problem. So if you run into some CSP problems try to deactivate your browser addons and check again.
Forum: WampServer English
1 year ago
HolyMoly
Hi, I'm getting CSP errors for using Stripe payment module in Prestashop. browser console: "Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”)." How can I enable them? I added to <IfModule mod_headers.c> Header set Content-Security-Policy "script-src 'self';" but its not working.
Forum: WampServer English
1 year ago
HolyMoly
Hi, we have a public domain for an onlineshop with prestashop, I need someone to check some files from the outside. How can I grant access to a specific folder for a specific IP? That is the host cfg, without the SSL specifications (but they are included). '<VirtualHost *:443> ServerName www.domain.com ServerAlias domain.com DocumentRoot c:/wamp64/www <Directo
Forum: WampServer English
1 year ago
HolyMoly
>This is not a warning from Apache but from Prestashop and/or the Stripe Module for Prtestashop. Thank you for the info. >Why would you want to put an IP in the Listen and the VirtualHost? Because I read it here that apache needs the IP in the VH for SSL to work properly. So I tried.
Forum: WampServer English
1 year ago
HolyMoly
Hey, SSL is (*somehow magically*) working now, but I'm having other problems. I have problems with webhooks in Stripe Module for Prtestashop, and I think the problem is apache configuration, but I don't know for sure. I think it has to do with an redirect from HTTP to HTTPS or something with SSL in general, but I'm not sure. So I'm trying to clean all the warnings from the logs. The warning
Forum: WampServer English
1 year ago
HolyMoly
Hi, how to fix this warning? ssl.conf Listen ip.x.y.z:443 <VirtualHost ip.x.y.z:443> ServerName www.domain.com ServerAlias domain.com SSLEngine on SSLCertificateFile "path" SSLCertificateKeyFile "path" <Directory ...> ... vhosts.conf I have the same VH for :80, but without the SSL options.
Forum: WampServer English
1 year ago
HolyMoly
Yeah, thank you both, that was the solution!
Forum: WampServer English
1 year ago
HolyMoly
Hi, I have a virtual host like <Directory "c:/wamp64/www/"> AllowOverride All Require local Require 124.100 Options +Includes +FollowSymLinks </Directory> And i get the errors: >>> Unknown Authz provider: 124.100 . >>> AH00526: Syntax error on line 22 of C:/wamp64/bin/apache/apache2.4.54.2/conf/extra/httpd-vhosts.conf: not sure what t
Forum: WampServer English
2 years ago
HolyMoly
yeah, I think this is a prestashop issue...
Forum: WampServer English
2 years ago
HolyMoly
I deleted cookies, browser cache. I have a suspicion it has to do something with the .htaccess files in prestashop. That's the content in docroot
Forum: WampServer English
2 years ago
HolyMoly
Yeah, sorry, I'm a little p***ed because nothing works. vhosts-conf --------- # Virtual Hosts # <VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "c:/wamp64/www" <Directory "c:/wamp64/www/"> AllowOverride All Options +Includes +FollowSymLinks Require local </Directory> </VirtualHost> ----- SSL-conf Lis
Forum: WampServer English
2 years ago
HolyMoly
The thing is - i have a new subfolder in www directory and wamp redirects me the old one i delted.
Forum: WampServer English
2 years ago
HolyMoly
Hi, wamp is always redirecting me to urls/paths/directories no more exist. How can I reset those redirections?
Forum: WampServer English
2 years ago
HolyMoly
Hey otomatic, What is the connection between the virtual host in httpd-vhosts and in httpd-ssl? Why do I get an error if I use the same DocumentRoot?
Forum: WampServer English
2 years ago
HolyMoly
VirtualHost configuration: Virtual Host: www.foo.com On port 443 Virtual Host: www.foo.com *** WARNING: The name of the default server must be 'localhost' *** WARNING: There is no default server ================== COMPLETE RESULT ================== VirtualHost configuration: *:80 www.mysurface.shop (C:/wamp64/bin/apache/apache2.4.54.2/conf/extra/httpd-vhosts.conf:
Forum: WampServer English
2 years ago
HolyMoly
that is actually the case. I don't know...
Forum: WampServer English
2 years ago
HolyMoly
No sorry, my last answer was not correct. I don't get the 443 error, but the page doesn't load. Server error 500 then i get these errors: : AH00072: make_sock: could not bind to address 0.0.0.0:80 AH00451: no listening sockets available, shutting down AH00015: Unable to open logs
Forum: WampServer English
2 years ago
HolyMoly
Hi, Sorry, I left out the httpd-ssl.conf file. i read that in the manual and it was the only thing I didn't understand completely. How do I define a port? It would be really nice if there was a visual example to this statement, for stupids like me I tried to delete the virtual host in vhosts and copied it into the ssl.conf but it's the same.
Forum: WampServer English
2 years ago
HolyMoly
Hi, Why is my SSL vhost not working? The Errormsg I get is "The Port used (443) for the VirtualHost www.mysurface.shop is not a Listen port" But it is defined as a listen port. The 3 SSL modules are activated, the keys are in place. this is the vhost.conf <VirtualHost *:80> DocumentRoot "c:/wamp64/www/foo" ServerName www.foo.com ServerAlias foo.com
Forum: WampServer English
2 years ago
HolyMoly
OMG I was right clicking all the time lol
Forum: WampServer English
2 years ago
HolyMoly
Hi, I want to change some PHP options and it could be easily done trough the option menu in the tray bar, but the options suddenly disappeared. How can I make those options visible again?
Forum: WampServer English
Current Page: 1 of 1