Ask Your Question

tom's profile - activity

2023-05-04 08:49:01 +0100 received badge  Famous Question (source)
2023-05-04 08:49:01 +0100 received badge  Notable Question (source)
2012-03-22 07:38:09 +0100 received badge  Popular Question (source)
2012-01-17 07:12:52 +0100 received badge  Self-Learner (source)
2012-01-17 07:12:52 +0100 received badge  Nice Answer (source)
2012-01-17 07:12:52 +0100 received badge  Good Answer (source)
2010-10-14 23:11:12 +0100 received badge  Teacher (source)
2010-10-14 23:11:12 +0100 received badge  Student (source)
2010-09-15 16:22:53 +0100 answered a question move sage server to host.edu/sage from host.edu

Success! The saged and apache serving of hg are running together. We did not change anything on the sage server which serves sage through the standard https://our.computer.edu:8000/ and the hg respositories are visible on http://our.computer.edu/hg We followed the suggestion of using (actually the default!) VirtualHost settings in apache


<VirtualHost *>
    ServerSignature email
    DirectoryIndex  index.php index.html index.htm index.shtml 
    LogLevel  warn
    HostNameLookups off
</VirtualHost>

(note we found no proxy... directives were necessary) and used the usual ScriptAlias /hg /our/path/to/hgweb.cgi It took us a while because there are so many little things to check; permissions, and selinux, but finally it worked in this super simple way!

2010-09-13 22:48:14 +0100 commented answer move sage server to host.edu/sage from host.edu

We are serving the web pages in the normal way with saged started with a command like /sbin/service saged start Can sage also run under apache? Is there a URL for a recipe for this?

2010-09-13 22:09:09 +0100 commented question move sage server to host.edu/sage from host.edu

We would like to move sage so that we can have other served applications at the same web site. For example we want a mercurial repository url http://our.computer.edu/hg We are flexible if you can think of alternate ways of doing this.

2010-09-13 19:21:30 +0100 asked a question move sage server to host.edu/sage from host.edu

Dear sage community,

Is there a simple way to move our sage server from https://our.computer.edu:8000 to https://our.computer.edu:8000/sage?

We are running on Centos5.5 if it makes a difference.

Thanks for your time, Tom