TinyProxy: пустой экран

Включите опции, которые Вы хотите путем определения их на строке команды настройки. Опции MySQL, которые появляются в моих 5.1.6 командах настройки, следующие:

$ ./configure --help | grep mysql
  --with-mysql[=DIR]      Include MySQL support. DIR is the MySQL base directory
  --with-mysql-sock[=DIR]   MySQL: Location of the MySQL unix socket pointer.
  --with-mysqli[=FILE]    Include MySQLi support. FILE is the optional pathname 
                          to mysql_config
  --enable-embedded-mysqli  MYSQLi: Enable embedded support
  --with-pdo-mysql[=DIR]    PDO: MySQL support. DIR is the MySQL base directory

Как минимум я указал бы префикс установки наряду с типом (v1 или v2) установки Apache (который необходимо было уже создать), Вы имеете:

$ ./configure --prefix=/opt/apache --with-apxs2=/opt/apache/bin/apxs \
--with-mysql --with-pdo-mysql

Удостоверьтесь, что mysql_config (принимающий существует такая вещь) находится в Вашем пути, или скажите, настраивают, где mysql библиотеки расположены.

3
задан 16 August 2010 в 15:20
1 ответ

Это означает, что TinyProxy работает. Посмотрите далее вниз для нахождения конфигурации ACL для tinyproxy. Необходимо сказать это что диапазоны IP принять. Из документации:

Allow
Deny
The Allow and Deny options provide a means to customize which clients are 
allowed to access Tinyproxy. Allow and Deny lines can be specified multiple
times to build the access control list for Tinyproxy. The order in the config
file is important. If there are no Access or Deny lines, then all clients are
allowed. Otherwise, the default action is to deny access. The argument to
Access or Deny can be a single IP address of a client host, like 127.0.0.1,
an IP address range, like 192.168.0.1/24 or a string that will be matched
against the end of the client host name, i.e, this can be a full host name like
host.example.com or a domain name like .example.com or even a top level domain
name like .com.
7
ответ дан 3 December 2019 в 05:18

Теги

Похожие вопросы