Here is a picture how to setup host records properly on Namecheap.
Host Name: @ & www should be A record type and point to your server IP address. TTL can be keept at default value. This means anyone can now connect to my domain nikiahlskog.com with www. or without. Subdomain is added like "ida" and then ip of my server and record type A. www.ida subdomain is set with CNAME. On the server side, virtualhost file forwards the requests for the user.
This page is a random collection of notes addressed to myself. Nothing here is intended as a guide per say, however i have posted them hoping that it may help someone. Blog about Computers and everything related. Things that doesn't fit to my other blogs. Hopefully this is it. Everything in this blog can be copied or edited GNU General Public License (version 2 or newer) http://www.gnu.org/licenses/gpl.html
torstai 7. toukokuuta 2015
perjantai 3. huhtikuuta 2015
TestLink
I wanted to have Quality Center like QA program that runs under LAMP stack. Finally I found the solution which is called TestLink: http://testlink.org/
TestLink is open source test management system. It only requires LAMP + htaccess allow override. It is also easy to install.
<VirtualHost *:8080>
ServerAdmin NAME
ServerName testlink.servername.domain
ServerAlias
DocumentRoot /home/username/public_html/testlink/
<Directory /home/username/public_html/testlink/>
Options Indexes FollowSymLinks
AllowOverride All
#Require all granted
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
TestLink is open source test management system. It only requires LAMP + htaccess allow override. It is also easy to install.
<VirtualHost *:8080>
ServerAdmin NAME
ServerName testlink.servername.domain
ServerAlias
DocumentRoot /home/username/public_html/testlink/
<Directory /home/username/public_html/testlink/>
Options Indexes FollowSymLinks
AllowOverride All
#Require all granted
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Tilaa:
Blogitekstit (Atom)