JIRA Default Acccess in User Default Settings
I thought I was seeing double when I saw access spelt with 3 c’s. This was found in v7.3.5#73016-sha1:3e40501 of JIRA in Systems > User Default Settings > Edit default values. Did you spot it as well?
I thought I was seeing double when I saw access spelt with 3 c’s. This was found in v7.3.5#73016-sha1:3e40501 of JIRA in Systems > User Default Settings > Edit default values. Did you spot it as well?
Getting a php hello world up and running is very quick in OSX. First of all, everything is there already. Apache and php. To start apache run: > sudo su > apachectl start Then go to http://localhost and you should see: The web directory is /Library/WebServer/Documents If you put hello.php there <html> <head> <title>PHP Test</title>… Read More »