Implementation for OOP generic objects, starting with 3.5 : )
VirtualTam's bookmarks
-
-
Starring Tonton Roger as Framasoft's instance: https://tontonroger.org/
-
2015-09-25 Nagios plugin to perform check on Windows hosts - uses WMI
-
2015-09-23 Python implementation of JSON Pointer - RFC 6901
See:
-
2015-09-15 -
2015-08-18 -
2015-08-09 -
2015-08-09 -
2015-08-05 -
2015-08-02 -
2015-08-02 PGP key server & pool
-
2015-07-13 A list of software which can be hosted locally.
See https://prism-break.org/ for a more complete list
-
Pro: no need to setup a DNS server to test virtualhosts Con: keep in mind that all "fake" hosts will point to 127.0.0.1!
- Use /etc/hosts to declare test hosts / domains / subdomains
#<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost 127.0.0.1 host.localdomain host 127.0.0.1 sub.host.localdomain sub.host ::1 localhost.localdomain localhost
- Allow per-user virtualhost definition in either (depending on your distro)
/etc/httpd/conf/httpd.conf
/etc/apache2/apache2.conf
Include
/home/albert/.httpd/*.conf
- Profit! Create virtualhosts with local hostnames :)
-
2015-05-31 -
Formerly part of RFC 2616
- http://www.w3.org/Protocols/rfc2616/rfc2616.html
- superseded by RFC 7230-7237
-
2015-05-17