简体   繁体   English

以非管理员身份安装XAMPP

[英]Install XAMPP as non-admin

I need to install xampp as a normal user and run PHP server with a non-default port. 我需要以普通用户身份安装xampp并使用非默认端口运行PHP服务器。

I have changed the 'Listen 80' in ~/lampp/etc/httpd.conf to another port. 我已将〜/ lampp / etc / httpd.conf中的“ Listen 80”更改为另一个端口。

But when i start it using ~/lampp/lampp start, it complains 但是当我使用〜/ lampp / lampp start启动它时,它抱怨

You need to start XAMPP as root! 您需要以root用户身份启动XAMPP!

Is there any way to run this without root login ? 没有root登录,有没有办法运行它?

You need to install xampp as root, but you can run as normal user. 您需要以root用户身份安装xampp,但可以以普通用户身份运行。

Here is the step by step guides for the same. 这是同样的逐步指南。

http://forums.bizhat.com/linux-freebsd-opensource/41058-how-install-xampp-ubuntu-linux-running-normal-user.html http://forums.bizhat.com/linux-freebsd-opensource/41058-how-install-xampp-ubuntu-linux-running-normal-user.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 XAMPP; PHP 在非管理员用户的控制台中不可用 - XAMPP ; PHP not available in console for non-admin users Laravel 4中的管理员和非管理员身份验证 - Admin and non-admin authentication in Laravel 4 限制对非管理员用户的路由访问 - Restrict route access to non-admin users 选择AD ntSecurityDescriptor属性作为非管理员 - Selecting the AD ntSecurityDescriptor Attribute as a Non-Admin 在Sonata管理项目中集成非管理页面 - Integrate non-admin page in sonata admin project 如何对非用户和非管理员隐藏按钮? - How to hide the button from a non-user and non-admin? 将Wordpress中自定义字段的内容隐藏到非管理员 - Hiding the Content of a custom field in Wordpress to non-admin 如何减少非管理员用户上传的文件大小? - How to decrease file size upload for non-admin users? CakePHP 3-在管理员/非管理员控制器之间共享控制器级别的逻辑 - CakePHP 3 - Sharing controller level logic between admin/non-admin controllers 当非管理员用户在管理面板中登录时,如何隐藏一些导航栏页面? - How can I hide some navbar pages when a non-admin user is logged-in in the admin panel?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM