Loading
Running
letsencrypt certonly --dry-run -c example.ini --text
with this config
<VirtualHost *:443>
ServerName example.com
Redirect "/" "https://www.example.com/"
DocumentRoot /home/example/www/example.com
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
</VirtualHost>
<VirtualHost *:443>
ServerName www.example.com
DocumentRoot /home/example/www/example.com
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
</VirtualHost>
I got this error
We were unable to find a vhost with a ServerName or Address of example.com.
To fix it, I changed the config to
<VirtualHost *:443>
ServerName example.com
ServerAlias www.example.com
<If "%{HTTP_HOST} != 'www.example.com'">
Redirect "/" "https://www.example.com/"
</If>
DocumentRoot /home/example/www/example.com
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
</VirtualHost>
which is a much better solution.
Hi:
I have two 8200 Elite PC’s, and your friend must be running a newer operating system than Windows 8 on there.
The PC is not supported by HP for W8.1 or W10, so you won’t find any drivers for it.
Most of the drivers can be found under the W7 driver section.
If you look at your screenshot, under the Software and drivers for HP Compaq 8200 Elite SFF. you see two items you can click on…Choose a different product and Choose a different OS.
You click on the Choose a different OS link and change the operating system to W8 or W7.
Windows 7 has the most drivers. W8 only has a couple.
If you friend is missing a driver, please let me know the name of the device that needs a driver, and I will post a link to it.
If your friend wants to update the BIOS, then I suggest that he read the info I posted on this discussion at the link below…
https://h30434.www3.hp.com/t5/Business-PCs-Workstations-and-Point-of-Sale-Systems/Re-HP-Compaq-8200-…
After uploading a product catalog, when the products were created, a fake link seems to be added to each product (the same for all) and therefore, when I go to the product detail, I get a «404 Page not found» Error… Why is this happening? How can I fix this?
Oops!
We were unable to find what you were looking for.
The page you have requested cannot be found.
Error code: Page Not Found
asked Nov 9, 2018 at 12:50
guess that the catalog is loaded via import and smth goes wrong. here are some standard product misconfiguration leading to 404:
- product has Disabled status;
- product has no price;
- product has no category;
- product has categories but all of them have Disabled status;
- product is not assigned to any storefront/vendor;
- product is not premoderated for Multivendor;
- product is imported with SEO name and it is duplicated in database;
of course, custom add-ons might cause issue too.
also you may use the following workaround:
- take a particular product;
- create it manually in CS-Cart with correct properties;
- export it to CSV;
- compare to what you have in CSV (or XML) and add;
answered Nov 9, 2018 at 20:42
creating a configuration file symbolic link
sudo ln -s /etc/apache2/sites-available/default-ssl.conf /etc/apache2/sites-enabled/000-default-ssl.conf
Enable SSL for apache server in 5 minutes
add this to 000-default-le-ssl.conf
ServerName example.com
ServerAlias www.example.com
https://community.letsencrypt.org/t/cant-renew-certificate-we-were-unable-to-find-a-vhost-with-a-servername-or-address/11675/2
Ayutthaya Technical College/Voc.Cert.🛠️ | KMUTNB/B.S.Tech.Ed.⚙️ | Information Security Engineer 👨🏻💻| Penetration Tester👨🏻💻 | COYG🔴 Milan🔴⚫️ | Taylor Swift👩🎤 | ติ่งซีรีส์ญี่ปุ่น 🇯🇵
View all posts by sornram9254