Lines Matching refs:server
84 import pkg.server.repository as sr
2953 not have a catalog or search indices, so a depot server
3157 repository. Returns a pkg.server.repository.Repository
3162 import pkg.server.repository as sr
3175 pkg.server.repository.Repository object for a given
3180 import pkg.server.repository as sr
3229 # need the depot server (yet).
3850 # Create a <Location> tag for each publisher. The server
3859 "server-path":dc_pub,
3860 "server-ca-taname":"ta{0:d}".format(count),
3862 "proxied-server":self.dcs[dc].get_depot_url(),
3877 "server-ssl-cert":os.path.join(self.cs_dir,
3879 "server-ssl-key":os.path.join(self.keys_dir,
3881 "server-ca-cert":os.path.join(self.path_to_certs, "combined_cas.pem"),
3897 # of the server's control files begin with "/" (or "drive:/" for Win32), the
3898 # server will use that explicit path. If the filenames do *not* begin
3901 # server as "/usr/apache2/2.4/logs/foo_log", whereas "/logs/access_log"
3905 # ServerRoot: The top of the directory tree under which the server's
3978 # 'Main' server configuration
3981 # server, which responds to any requests that aren't handled by a
3991 # ServerName gives the name and port that the server uses to identify itself.
4120 SSLCertificateFile {server-ssl-cert}
4121 SSLCertificateKeyFile {server-ssl-key}
4124 SSLCACertificateFile {server-ca-cert}
4160 <Location /{server-path}>
4165 SSLRequire ( {ssl-special} =~ m/{server-ca-taname}/ )
4168 ProxyPass {proxied-server} nocanon max=500