search for: _server

Displaying 20 results from an estimated 45 matches for "_server".

Did you mean: server
2016 Aug 04
1
php55w-fpm on CentOS 7: settings location
...on the root of my fileserver >> with >> the following >> >> <?php phpinfo() ?> > > I use a text command: php -i > > > php -i > php-i.txt echo '<?php phpinfo() ?>' | php > php-echo.txt diff php-i.txt php-echo.txt 709,710c709,710 < _SERVER["PHP_SELF"] => < _SERVER["SCRIPT_NAME"] => --- > _SERVER["PHP_SELF"] => - > _SERVER["SCRIPT_NAME"] => - 714c714 < _SERVER["REQUEST_TIME"] => 1470317489 --- > _SERVER["REQUEST_TIME"] => 1470317531 716a717 &g...
2006 Aug 31
2
$_SERVER for rails?
Is there something similar for rails that is like $_SERVER in PHP? Something that gives you the hostname, etc. I tried using just host in my controller, because the documentation says there is a host method, and got an undefined method error. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received...
2006 Mar 31
5
php on command line problems
The installed php on CentOS/RHEL is the CGI version. This means I should be able to get command line arguments with $GLOBALS[''argv''] or $_SERVER[''argv'']. That''s how the php documentation tells and how it works f.i. on Suse. However, on CentOS I get them only when I use the -n switch to php (no php.ini). The problem with -n is that php cannot find the mysql_connect function for some unknown reason. So, how ca...
2005 Dec 29
1
Using base HTML tag
Hello all: I have been using PHP for quite a bit and am beginning to learn more about RoR. One thing I used to to in PHP scripts (views in particular) was to have a tag such as: <base href="http://<?php echo $_SERVER[''HTTP_HOST''] . $_SERVER[''SCRIPT_NAME'']; ?>" /> so that URL rewriting would not throw off the paths to images, css, etc. Is there an equivalent way to do this in RoR? Thanks, John -- Posted via http://www.ruby-forum.com/.
2005 Feb 27
1
astguiclient gives me Object not found
...[error] [client 192.168.250.108] File does not exist: /srv/www/htdocs/astguiclient/method=POST, referer: http://vpbx.elmit.com/astguiclient/phone_stats.php?extension=gs102&server_ip=192.168.250.20 I have uncommented the ### If you have globals turned off uncomment these lines $PHP_AUTH_USER=$_SERVER['PHP_AUTH_USER']; $PHP_AUTH_PW=$_SERVER['PHP_AUTH_PW']; $ADD=$_GET["ADD"]; ### AST GUI database administration ### admin.php How can I fix it? bye Ronald
2008 Oct 13
10
Shibboleth
Can anyone direct me to a really good tutorial on Shibboleth integration with Rails, or indeed some sample code? I''ve been tearing my hair out all day on this one. Thanks RobL --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 May 18
3
Hiera Questions: An array of :datadir: ?
In a posting a few days ago was this hiera.yaml source listing: --------------------------------- :backends: - json :hierarchy: - %{fqdn} - %{lmax_role}_role - %{lmax_env}_server - %{pop}.tradefair - common :json: :datadir: - /etc/puppet/private/ - /etc/puppet/environments/%{environment}/hiera_data_store/ - /etc/puppet/environments/%{environment}/rebirth_data_store/ - /etc/puppet/environments/%{environment}...
2010 Aug 02
3
FAX Options
Hi, Is FAXing with Asterisk a practical option ? Or is it better just to use a plain fax connected to an FXS and just switch with Asterisk. I specifically wanted to know if there was any experience using just the fax scanner to send faxes and receive them via asterisk and the to e-mail. My idea was to take my old fax connect it to an FXS port and send faxes with the fax machine (using the fax
2018 Aug 24
0
Mail has quit working
...-- // The mail host chosen to perform the log-in. // Leave blank to show a textbox at login, give a list of hosts // to display a pulldown menu or set one host as string. // To use SSL/TLS connection, enter hostname with prefix ssl:// or tls:// // Supported replacement variables: // %n - hostname ($_SERVER['SERVER_NAME']) // %t - hostname without the first part // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) // %s - domain name after the '@' from e-mail address provided at login screen // For example %n = mail.domain.tld, %t = domain.tld // WARNING:...
2013 Apr 26
0
Simultaneous connections (same listener)
...same listener ?. Of course, there may be more of one listener behind a single IP and also such listeners may be using the same operating system and the same web browser. So, how differentiate them ?. If the server does not know the MAC address numbers for each listener, can be achieved with PHP ($ _SERVER ['REMOTE_PORT'], $ _SERVER ['REMOTE_USER'], etc.) to differentiate them ?. Maybe this is already covered by a newer Icecast version. Jos? Luis
2014 Apr 02
1
AD + smbd?
...isk jimc Disk michele Disk Administrator Disk Everybody Disk IPC$ IPC IPC Service (Samba 4.1.2) Deskjet 940c Printer Automatically setup by HPLIP Domain=[OZCO] os=[UNIX] Server=[Samba 4.1.2] _Server Comment_ _WORKGROUP Comment _Any machine that has Samba will take over as master, even if I ensure the AD server is the first to boot. How stupid am I being?
2012 Jul 17
1
probleme rpm roundcubemail-0.7.2-2.el6.noarch force ssl fail
...non-secure connections will be redirected. // set the port for the ssl connection as value of this option if it differs from the default 443 $rcmail_config['force_https'] = true; // tell PHP that it should work as under secure connection // even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set) // e.g. when you're running Roundcube behind a https proxy $rcmail_config['use_https'] = true; this option not work please maybe a fix -- http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742 gpg --keyserver pgp.mit.edu --recv-key C2626...
2011 May 19
2
click to call with php
Hello, i have asterisk 1.4 installed and i want to use click to call in order to do an outbound call if there is any php code in order to do this operation thanks and regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110519/417ac394/attachment.htm>
2009 Dec 18
2
To Asterisk AMI Gurus - Tacking issue with originate
...imeout: 10000\r\n"); fputs($oSocket, "CallerId: $spoofNumb\r\n"); fputs($oSocket, "Async: true\r\n"); fputs($oSocket, "Action: Logoff\r\n\r\n"); fclose($oSocket); print $_POST['x']; } else { print "<form method=\"post\"action=\"$_SERVER[PHP_SELF]\">"; print "<br>"; print "PHONE Number: <input type=\"text\"name=\"phoneNumb\">"; print "<br>"; print "PARTY Number: <input type=\"text\"name=\"dialNumb\">"; prin...
2007 Aug 24
3
"Site down for maintenance" - How is this accomplished?
Hello everyone, Although we use CentOS primarily on our servers, this query is actually more of a general networking question than something specific to CentOS. In the next week or so, we shall be migrating our in-house servers to a data center. While we're doing that, we'd like to show a "Site down for maintenance" message while the servers that hosts our websites (we have
2018 Aug 24
3
Mail has quit working
> Here's the link for the maillog: > > https://paste.fedoraproject.org/paste/kbH2N9Pc~JPuCqVpE1kszQ OK. There are a couple of things: Aug 23 21:47:18 ts130 postfix/smtpd[3750]: warning: hostname localhost does not resolve to address 127.0.0.1 Aug 23 21:47:18 ts130 postfix/smtpd[3750]: connect from unknown[127.0.0.1] That needs to be fixed. What does the entry for 127.0.0.1
2013 Apr 21
3
Icecast Digest, Vol 107, Issue 12
hi thomas, thank you for your reply. here are my doubts, 1. what is sample rate and is there any relation between bitrate and sample rate. 2. how can i see data log for streams on icecast server - i want to see if there is any spikes in users on particular mountpoint, so that i can configure that stream on a dedicated server with high bandwidth. 3. are there any security
2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
...ana,georgia" color="#630000">We are currently trying to call you. Please be patient, and wait for your phone to ring!<br>If your phone does not ring after 2 minutes, we apologize, but must either be out, or already on the phone.<br><a href="<? echo $_SERVER['PHP_SELF'] ?>">Try Again</a></font> </td></tr> </table> </p> <? } else { ?> <div align="center"> <table width="300" border="1" bordercolor="#630000" cellpadding="3" cells...
2019 Oct 09
0
Recommendations for shared storage
...scale horizontally. As resources grow, adding a node (or group of nodes) with the exact configuration as the other nodes. Director should be able to send the connection to a node that has the same data as it's neighbors, Allowing high availability. What I've experimented with so far: _Server pairs, using dsync to replicate data between the nodes - Director to send users to a specific pair (director_tag returned from passdb) _ ??? Pros: ??? - Easy way to replicate data, without the need for external tools ??? Cons: ??? - Limited to one pair of nodes ??? - dsync doesn't r...
2020 May 04
1
Windows 2019 as member
On 04/05/2020 14:37, Trenta sis via samba wrote: > Hi, > > Perfect, what is the minimal version of samba for windows 2019 as > member? 4.10 is supported? Using Windows 2019 as a member server isn't any different to any other Windows computer (7, 8, 10) they should just work. Rowland