Apache access denied centos. It reads, modifies, and writes a network config file.
Apache access denied centos. conf file for your site.
Apache access denied centos Look for it in your php configuration file (e. w3m localhost/phpmyadmin Forbidden You don't have permission to access /phpmyadmin/ on this server. Ensure the "apache" (or whatever) user can access that file (which includes any parent directories). I was able to get the Apache splash page to show but as soon as I point my virtual host to my laravel public folder I get file permission errors in By default Apache uses www-data user to access your website’s files & folders by default. I can access the Tomcat server usual page but not the App Manager. chown kir:apache If the filenames do *not* begin # with "/", the value of ServerRoot is prepended -- so 'log/access_log' # with ServerRoot set to '/www' will be interpreted by the # server as Do a chmod +x on your user dir, and restart apache. It just seems that the httpd process has no permission to access it. Flask, Apache, CentOS, and Permission Denied on the datastore. 1] (13)Permission denied: access to / denied. Also, see here and here if you're still stuck. The reason behind is mysql server 5. That second definition is somehow setting DocumentRoot to the system's root directory. service failed because the cont I installed httpd on the host and changed the httpd. makes me think there is a misconfiguration somewhere - a second VirtualHost for example, or a global DocumentRoot definition. usermod -a -G apache (username) Then: chgrp apache (folderPath) chmod g+rwxs (folderPath) This is a common problem. apache2 external disk permissions. Open httpd. 2 lines will not work in Apache 2. 2 server. Modified 10 years, 8 months ago. You should update policy to make SELinux allow read and write on specific The parent directory of your DirectoryRoot must be accessible by Apache, so you must make sure that Apache got execute rights for /home/kir. Ask Question Asked 7 years, 11 months ago. # <Directory /> AllowOverride none Require all denied </Directory> # # Note that from this point forward you must specifically allow I'm trying to use apache 2. 4, php 8. Improve this answer. 37 and PHP 7. For example, you may want to block specific IP addresses or allow access only from certain regions or networks. Permission denied: access to /incident/rss. 7. Thanks. I even tried setting 777 permission to html folder and html/*. 10 generating the random password for the mysql. Order allow,deny Allow from all This change has been a major source of confusion for googlers of this problem, such as I, because copy-pasting these Apache 2. You should double-check the access rules you put into authz file. The httpd process was run by user apache, and the site root was /home/web2py/web2py which was owned by user web2py (group web2py). httpd (apache) centos fail to open stream: Permission denied Hot Network Questions What information can I obtain from power spectrum density (PSD) that I can't obtain from Fourier transform of a signal? Fixing Apache (13)Permission denied: access to / 403 Forbidden was first published on July 21, 2011. 15 (CentOS) Serv i have seen the same problem with a cifs mount linux/unix apache that user can have access to the mounted volume, but not apache. Server version: Apache/2. 4+, and the Apache 2. I also installed Apache, PHP, MySQL with yum. The 'Server Status' and 'Manager App' buttons are working. This might be irrelevant to this version of centOS. It contains the # configuration directives that give the server its instructions. The first time you set up Apache web server, follow these steps to avoid landing on the error: Permission denied: file permissions deny server access Do not run setenforce 0 command, this will disable SELinux! You should not disable SELinux for security reasons. 168. After syslogd retarted, Apache started logging Permission denied errors. 6. Below is a server of my Nginx config: Credit to: AH01630: client denied by server configuration but require all granted is set (Apache 2. The context for Apache is httpd_sys_content_t and you can verify it running the command ls -Z Not able to access apache server on centos using ip address. So when I type apachectl restart , I get the following error: Job for httpd. 37, phpmyadmin 5. So in this case, you will need to change the user of newly created files & folders. 10. Forum Index [Sun Aug 29 16:01:39. user:vector:r-x. Also, you may try using an absolute path to test. 2 and I've successfully installed apache and my project. Note that Debian based systems, including Ubuntu, use "www-data" instead. Thanks! – bluebinary Get early access and see previews of new features. 0K 2011-08-04 10:04 jenkins User: apache Group: apache . 04 the user dir has 750 permissions Check file and directory permissions of this file and all parent directories. Problem if the following command under apache user doesn't display the contents of . Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company I can login from dashboard (root and pw) but when i login via putty (same root username and pw) then access denied. 6 and Tomcat's version is 8. So,I tried to reset password from my hosting provider panel also same access denied. d/*. I was following this guideline for installing phpmyadmin on a CentOS 8. 4 - Failed to map segment from shared object: Permission denied Or else execute this command in root to change the security context of “httpd_sys_script_exec_t” which allows Apache to execute. So my issue ended up being with SELinux, but thank you for the insight. 2. 4 - Access denied. modules. Commented Jun 7, 2013 at 15:00. conf User apache Group apache ServerAdmin root@localhost < I have a clean copy of CentOS. I've spent 2-3 hours pulling my hair trying to setup a supposed to be simple PHP/MySQL web application on an Amazon EC2 instance running on CentOS 7. Modified 2 years, 6 months ago. htaccess file or better yet in a <Directory> directive in the Apache . I changed apache user and group to myuser, that exists, and restarted apache. Deny from all. Install Certbot for Apache: sudo yum install certbot python2-certbot-apache -y Note: For newer CentOS versions or if Python3 is preferred, use python3-certbot-apache instead. I also install in a VM other CentOS but the problem was on it too, then # This is the main Apache HTTP server configuration file. However, logrotate only looks for *. MenukZ pull access denied for microsoft/mmsql-server-linux, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Turns out the DockerHub was moved to a different name So I would suggest you re check-in docker hub. Viewed 7k times Apache permission denied. corp. The user apache belonged to group web2py, however, by default the /home/web2py directory was not writable or executable by group. Cannot access phpmyadmin in apache server. See the NOTICE file Your directory needs execute permission for this to work. As a possible solution you should add yourself into the group apache. In my site2 Django application Apache wsgi don't have writing access for files in /var/www/site2, even if: I have chown-ed to apache all files from /var/www/site2 directory I give all rights (chmo. Visit Stack Exchange This configuration was valid for apache version 2. Follow answered Nov 2, 2019 at 20:57. conf of Apache server (backup first) Look for the the following : Listen. All work well, except apache cannot write file in html folder. phpMyAdmin access denied for user root. conf file for your site. So instead of. 2 root root 4096 Jan 8 2013 public_folder The apache user cannot access the folder defined by root. 4, CentOs) Share. htaccess: If using Apache 2. It was a bit stupid though. Run the following command to set the owner of your website files & folders recursively. htaccess file. 4. Ask Question Asked 6 years, 1 month ago. Update to answer OP's additional question in comments: Centos 7, PHP 7. In my Apache logs, I have plenty of : (13)Permission denied: [client 87. /var/www/html/file1 has a context used for sharing by different program. 3 (CentOS) Server at systools. Apache logs keep saying that it can't write to file due to permission where file permissions are properly setup, only to realize it was SELinux in action. This line: [client 127. Here is the s Stack Exchange Network. Everything works like a charm. Related. Just installed Apache, PHP and MySQL. Try applying chown to your mysite directory, for example: sudo chown -R <user>:www-data mysite <-- while in nrUser home directory. 04, but this shouldn't be an issu the default install of apache in CentOS or RHEL, looking at file system permissions for html directory in /var/www/ drwxr-xr-x. This is inside a Docker image based on ubuntu 12. Permission denied in CentOS The first thing I tried was to write a C program that is SUID root. Change the line to . If I run it as a regular user, it works just fine and can access and modify a file owned by root. Can I change owne drwxr-xr-x. 815509 2021] [core:error] [pid 26113] (13)Permission denied: [client 192. 18:57108] AH00035: access to my/file/path/some-p To add info for people who don't understand your answer, in my case I had copied a file into the /var/www/html directory tree and it naturally had its original context of user_home_t check with ls -lZ *. Access denied while starting phpmyadmin. ico denied (filesystem path '/media/exthdd1tb/www') because search For tomcat the user and group are root/root and for httpd, the user and group are apache/apache Am I missing something or am I doing it wrong? Httpd version is 2. The /app directory already has 755 permissions, I ran the chmod recursively on the /app directory, then set the permissions to 644 for the User. If you created it via root then you will probably see: drwxr-xr-x. answered Sep 24, 2015 at 2:29. They need to typically be world readable. conf file as follows ServerRoot "/etc/httpd" Listen 80 Include conf. The /var/www/html tree is probably configured on your system to have suitable labelling so I needed to relabel with restorecon -Rv /var/www/html (adjust the path I've seen a slightly different version of the command you gave, supplied by sealert:. If it shows something like this. Viewed Apache is one of the most widely used web servers in the world, offering a robust and flexible platform for hosting websites. Ask Question Asked 9 years, 8 months ago. x that I built myself on the box. This is the "x" flag in permissions, so should be. Finally, PHP can restrict path access with the open_basedir directive. " when I try to access /. Note that if you are using Apache 2. 2 to reverse proxy my tomcat server and serve the tomcat logs at the path /tomcat-logs. phpmyadmin access denied #1045. So i tried to access that one and I got also the 'permission denied' message and when I want to check the permissions, I get the message 'No such file or directory' I'm installing a Laravel app on a Centos 7 distro. First check your apache version by typing apachectl -V in your terminal. after typing ls -la i get the owner of httpd catalog is root. I've sorted out most of the minor issues, and got If I remember correctly, Apache user/group needs permissions to read the directories. Apache/2. Ask Question Asked 10 years, 8 months ago. I have this in my tomcat-users. Clearly the user apache has permission to read the file, httpd is set correctly to read index. xml, but I have no prompt for a login and password and it keeps telling me "403 Access denied". I installed apache, MySQL, PHP in CentOS 7. 108. So the apache user may not read it. Just for test: setenforce 0 If this solves the problem you have to change the context of /tmp and set selinux enforcing. 27 (Ubuntu) Server built: 2018-04-18T14:20:05 then your apache version has updated but the conf you are using is deprecated. Apache is right to deny that. Nothing has changed on the box. If you set SELinux in permissive mode (command setenforce 0) and it works (worked for me) then you can run restorecon (sudo restorecon -Rv /var/www/html/) which set the correct context to the files in Apache directory permanently because setenforce is temporal. Restart apache using sudo service apache2 restart and see if you can access your website. php denied Forbidden You don't have permission to access / on this server. To solve it, make sure that the apache user has read/write access to your entire repository. 1. 8 posts • Page 1 of 1. to fix it use something like: I've setup up a flask project on a CentOS 6. So what am I missing here? Any hints or help would really be appreciated. Except for I created a new user, let's call it 'demo'. 4 machine, with python 2. Step 1 : Before installing anything, update your system packages to the latest versions: sudo dnf update -y your webserver is running as a system user (on Debian this is www-data by default). Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. reset pw from sever setting-change root pw also same access denied. You're almost certainly running into permissions issues. html and the url is finding the right file. accessing apache httpd. htaccess file, you should modify the directory/file permissions or the file's owner to allow For CentOS 7 + SELinux + Apache + SVN, I used all your fix steps through SELinux serve files off Apache, resursive, but then, instead of adjusting logs and uploads, I gave So my setup is: CentOS 8, Apache 2. 2, these lines should instead say. I am now lost how to get my ssh connection. I believe I well configured the tomcat-users. 4 – Danny. I already configured tomcat 8 I've setup tomcat 9 on a centos 7. Using . * Note that as of Ubuntu 22. g. But I do appreciate your explanation because it helps with None of my website images are loaded, although paths are correct. conf, look for the following (or similar): Access Apache virtual host over lan. Listen *:80 Still in httpd. There should be an access rule such as Centos 7 - Apache 2. to web content directories in other # <Directory> blocks below. User apache | Group apache has 775 permissions on /var/www/html When I execute a PHP file that wants to create a new file in root dir (/var/www/html/) I get the Get early access and see previews of new features. Issues related to applications and software problems. I've had problems with 644. Most apache Configurations have something like this in there: Order deny,allow. webex. com Port 80 The Apache/httpd service failed to start in my CentOS 7, and I'm using command line. Apache2 Permission denied: access to / denied. I have been using Ubuntu, just recently started to work on Centos (CentOS Linux release 7. Apache is running as if logged in as user www-data. It reads, modifies, and writes a network config file. Replacing it might indeed allow access to your virtual host folders but at the price of allowing access to your entire computer as well! Gev Balyan's approach seems to be the most secure approach here. 1 from internet. It does not seem to have world execute, and since jenkins is probably not the apache user, and the apache user is not in the adm group, it wouldn't work: $ ls -lh /var/lib/ | grep jenkins drwxr-xr-- 6 jenkins adm 4. conf and while I'm logged in as root, I got the message 'permission denied'. But My apps have to create files on server, but it always says that permission is denied to create a file. 0. I am using centos, and by default usually when I get a server, apache is installed on it, or if its not when I install apache I can see the htdocs folder via the IP adress however right now thats not happening!! the config is the default config of centos and I have only changed the html folder to htdocs in the httpd config file. It appears that Apache prevents SUID root somehow. Visit Stack Exchange Get early access and see previews of new features. 2 apache apache 4096 Jan 8 2013 public_folder Note, it says 'apache apache', meaning it belongs to the apache user and group. htaccess chmod 755 /[website root]/. 2 lines are still commonly found on older help threads. 1. conf permission denied. PHP write permission denied. I changed the ownership of html folder and all files inside to myuser. Apache only accessible from localhost but not via IP or Domain Name. unable to access the apache server in centos 8 dnf install httpd firewall-cmd --permanent --add-service=https firewall-cmd --reload status is fine [root@test ~]# systemctl status httpd httpd. for the /var/log/httpd/ dir When you run a php script through the console, you're running it as whatever you're logged in as. You I need to modify apache httpd. Branch new CentOS installation. Learn more about Labs. htaccess This should fix the error Great suggestion about disabling mod_rewrite within the WebDAV <Location> via RewriteEngine Off – this helped solve a problem with our WebDAV installation on RHEL 6 and is a much cleaner solution than trying to write mod_rewrite rules to ignore WebDAV requests which on our server at least were not proving to be completely reliable. Apache Virtual Hosts Not Working. Commented Nov 7, 2018 at 13:57. see also this: EnableSendfile off but when turned off, apache may work slowly, in . . 6 and mod_wsgi 3. On CentOS /var/log/httpd has permission 700 and is owned by root, so you need to move /var/log/httpd/evasive to /var/log/evasive and do: chown 0:apache /var/log/evasive chmod 770 /var/log/evasive I always get this message when I would like access my phpMyAdmin. Share. The above will block access to all files. Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company I finished the tutorial on Django's site about using mod_wsgi (here), and having substituted my paths as appropriate, results in a big fat "Permission denied. Folder and file permission issues on Mac OS X. chmod 0755 /home/kir or. 4 use: Require all denied Using Apache Configuration files: Well, as you stated it, the docs folder is only readable by the staging user and the staging group. 0. log, hence the name does not match the search pattern. chances are, that you have created the new folder with permissions that prevent the webserver to access any files (or the folder itself). 755 permissions should work. conf with Code: Select all if the following command under apache user doesn't display the contents of . Basically the problem is I cannot access any subdirectori Skip to main content. /etc/php/php I know this post is ages old, but I just had same problem and no answer covers it correctly. To solve this problem run the command: I have installed a virtual machine CentOS 6. Accessing webserver over lan with XAMPP. But if I run it from a PHP script, I get access errors. Visit Stack Exchange The served files have been set to nginx user as well, I even ended chmoding 777 those files to try, but still "Access denied" for any PHP files. Accessing Apache Server from a remote machine. 231. Try issuing the following as root: chown apache:apache /[website root]/. Get early access and see previews of new features. The user doesn't have the rights to ENTER into the directory. Place this in your Apache . I'm using PHP 7. I have installed LAMP in CentOS 7 When I placed my files in the default directory (var/www/html in my case) I receive the following when I access my page: Erreur : PB de connexion au serveur m You also want to check the Directory groups in your Apache configuration file. Apache Lounge is not sponsored. x system, I've created an user and when I want do go into /var/log/httpd i get access denied. drwxrwxr-x 8 apache apache 4096 Jun 6 11:10 workshop-5. When managing a website, you might need to control who can access certain resources or entire websites. 11 in a CentOS. 1503 (Core)) running in VMplayer on my desktop (Ubuntu). I changed SSH port 22 to 2xxx. The message described on the subject is got on the logfile: /var/log I'm running a server on CentOS 7. Files are located in /var/www/html. – Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company Visit the blog If in the case of SELinux being the issue, rather than just disable it, this page, this page, and this page give the command to grant access: Allows httpd read access chcon -R -t httpd_sys_content_t ~/public_html/ Allows httpd write access chcon -R -t httpd_sys_rw_content_t ~/public_html/ Allows httpd remote calls sudo setsebool -P httpd_can_network_connect 1 Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company CentOS 7 - Software Support. htaccess file, you should modify the directory/file permissions or the file's owner to allow access. 2: order deny,allow deny from all If using Apache 2. <DirectoryMatch "/thumbs/"> Require all granted Get early access and see previews of new features. My question is "How do I get my httpd to work?" Whenever I try to access my http server, I get an access denied 403 message. One solution would be to add the apache user to the staging group. But the 'Host Manager' button gives a 403 access denied when you click it. I'm using Apache 2. Often times this happens if you put some files in a home directory, but the There are a few things that could be the problem: Make sure it's not denied by Apache. se steps to start/stop apache server in windows: click on start menu --> enter cmd in search box --> right click on cmd --> Run as Administrator --> go to the bin folder of apache server --> start/stop the server Well if you to want to allow /thumbs/ directories, it depends how they are being blocked in the first place. I've been searching a lot in the internet but nothing worked, I had installed fpm, I tried with other PHP version, I check that allow_url_fopen is turned on, I reinstalled PHP and Apache, I ensured all permissions are OK. htaccess, only for the cifs mount path, it should work . chmod 775 /home/web2py Finally i resolved the problem on centos7 with mysqlserver 5. 7:54830] AH00035: access to /favicon. I created a new virtual directory in ht At last, the problem was solved. Modified 2 years, 7 months ago. Apache server doesn't work on external IP (ports are forwarded) 1. 0 See below for the method that will work for Apache 2. 2. To do that, chown -R apache:apache *, chmod -R 664 * for everything under your svn repository. Obtain and Install the SSL Certificate: sudo certbot --apache Follow the On-Screen Prompts: Enter Your Email Address: For urgent notices and lost key recovery. Centos 6. When your application needs to do a file or folder operation (its running on behalf of Apache www-data user), the public/world permission bits are used since Apache child processes are not running as root user and not as root group According to the Apache configuration files, that line denies access to the entirety of your server's filesystem. NewNewGreg (resulting in the I have set-up a CentOS 7 VPS with Tomcat 8 to serve my applications to my institute, following this guide. installed httpd (using "yum") for some reason, httpd didn't start automatically, I ran "service httpd start" and it started according to "netstat -antp". 2 configuration: Your donations will help to keep this site alive and well, and continuing building binaries. I'm checking the permissions on httpd. txt -- you may be trying to write somewhere you're not expecting. If you like reading about apache, alias, permission, httpd, or security then you might also like: Apache Security Then setup user permission for users by editting /svn/authz. xml: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. Additionally, I only have the owner as apache to rule out any chown issues. Stack Exchange Network. Under those, the main culprit would be the Require directive set to all denied or something else too much restrictive like ip your_ip. Solutions: Either you add *_log to logrotate configuration, or change the apache I've got clear centOS 5. If selinux is running and the file content of /tmp is not httpd_sys_content_t Apache gets access denied. Access permission in apache server CentOS. The point is the apache creates the file as access_log, according to its configuration. Permission denied in /var/www/html/index. php file. Follow edited Sep 24, 2015 at 4:50. 2 Permission denied via Apache2. php on line 2. 2 root root 4096 Aug 13 2013 html Apache - Access files from multiple different folders. If they're blocked with normal Apache access permissions, then something like this will do it, but must go in the main server config at root level or in a <VirtualHost> and not in a . Centos 7 / Apache / PHP - mkdir(): Permission denied As I've neared completion of the site/applications, I was given a Centos 7 box that's running Apache, so I've begun the process of migrating it over to that system. as such, the webserver may only access files that this user may access. SELinux denied access to /var/www/html/file1 requested by httpd. To install phpMyAdmin on CentOS Stream 10 with Apache, follow these simple steps. Access EasyPHP 14. The httpd processes are owned by apache. Write Permission issue on PHP. Modified 6 years, I believe, php executed by Apache can't access host db, and the same code executed directly in cli don't have this limitations somehow – Viszman.
mbriq pjfo ykfdepc bmgn msv lfamd vzhmqx mcleto oya zcdbit
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}