This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| PLDT myDSL, Fiber Home, ULTERA Username and Admin | |
| Router: Fiberhome AN5506-04-FA PLDDTHOMEFibr modem | |
| (debug switch) | |
| (step1) | |
| IP Address: 192.168.1.1/fh | |
| Username: fiberhomesuperadmin | |
| Password: sfuhgu |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| #for Apache 2.4 | |
| SetEnvIf Request_URI ^/tracking/logs auth=1 | |
| SetEnvIf Request_URI ^/anotherdir/logs auth=1 | |
| AuthName "Please login" | |
| AuthType Basic | |
| AuthUserFile "/srv/http/.htpwd" | |
| # first, allow everybody | |
| Order Allow,Deny |
| # Start the old vagrant | |
| $ vagrant init centos-6.3 | |
| $ vagrant up | |
| # You should see a message like: | |
| # [default] The guest additions on this VM do not match the install version of | |
| # VirtualBox! This may cause things such as forwarded ports, shared | |
| # folders, and more to not work properly. If any of those things fail on | |
| # this machine, please update the guest additions and repackage the | |
| # box. |